core/cdemu-daemon/cdemud.install
Michael HÃaesel ddcf6408d0 soundstack
2012-08-29 07:31:09 +00:00

11 lines
303 B
Plaintext

post_install () {
echo ">> Place 'cdemud' in DAEMONS= in /etc/rc.conf to enable cdemud on system boot."
echo ">> If the alsa-lib package is installed, cdemud can use the ALSA audio backend"
echo ">> (edit /etc/conf.d/cdemud to enable this)."
groupadd cdemu
}
post_remove() {
groupdel cdemu
}