6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
post_install() {
|
||
|
id cdrom &>/dev/null || {
|
||
|
groupadd cdrom
|
||
|
}
|
||
|
}
|