diff options
Diffstat (limited to 'community/cdemu-daemon/cdemud.install')
-rw-r--r-- | community/cdemu-daemon/cdemud.install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/community/cdemu-daemon/cdemud.install b/community/cdemu-daemon/cdemud.install deleted file mode 100644 index 699b3f0e5..000000000 --- a/community/cdemu-daemon/cdemud.install +++ /dev/null @@ -1,9 +0,0 @@ -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 -} |