smdev/smdev.install
2015-06-08 12:31:07 +03:00

6 lines
66 B
Plaintext

post_install() {
id cdrom &>/dev/null || {
groupadd cdrom
}
}