smdev/smdev.install

6 lines
66 B
Plaintext
Raw Normal View History

2015-06-08 12:31:07 +03:00
post_install() {
id cdrom &>/dev/null || {
groupadd cdrom
}
}