core/cdemu-daemon/cdemud.install

11 lines
303 B
Plaintext
Raw Normal View History

2010-05-22 06:07:29 +08:00
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
}
2012-08-29 15:31:09 +08:00