summaryrefslogtreecommitdiff
path: root/community-testing/cdemu-daemon/cdemud.install
blob: 699b3f0e5990c063557940cfdfa39a61b617b45e (plain)
1
2
3
4
5
6
7
8
9
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
}