This commit is contained in:
2015-06-08 12:31:07 +03:00
commit ea4ad03399
4 changed files with 110 additions and 0 deletions

5
smdev.install Normal file
View File

@@ -0,0 +1,5 @@
post_install() {
id cdrom &>/dev/null || {
groupadd cdrom
}
}