summaryrefslogtreecommitdiffstats
path: root/cdemu-daemon/cdemud.install
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-06-18 19:18:48 +0200
committerFlorian Pritz <f-p@gmx.at>2009-06-18 19:18:48 +0200
commit488d3624be68a1655fc8b40241f514e52855d18b (patch)
tree92b5edbd9e5193c188cca3dd7b6e92ae562312b3 /cdemu-daemon/cdemud.install
parentf15be7756cf924b6b116655846804d45d971581e (diff)
downloadaur-packages-488d3624be68a1655fc8b40241f514e52855d18b.tar.gz
aur-packages-488d3624be68a1655fc8b40241f514e52855d18b.tar.xz
update
Diffstat (limited to 'cdemu-daemon/cdemud.install')
-rw-r--r--cdemu-daemon/cdemud.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/cdemu-daemon/cdemud.install b/cdemu-daemon/cdemud.install
new file mode 100644
index 0000000..d1b0cf2
--- /dev/null
+++ b/cdemu-daemon/cdemud.install
@@ -0,0 +1,12 @@
+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
+}
+op=$1
+shift
+$op $*