smdev/smdev.install

6 lines
66 B
Plaintext
Raw Normal View History

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