summaryrefslogtreecommitdiffstats
path: root/testing/freeswitch/freeswitch.install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-25 06:50:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-25 06:50:15 +0000
commit0935adc881c214273ff81eaa0992af009a6cf2ab (patch)
treec084ac540d3e08c7c8e4ae2f5d3877c338b959e1 /testing/freeswitch/freeswitch.install
parent7faeb39657f5a9257c411e897f87ce57ba74bc45 (diff)
parentf795115fc0210db52c4325aa57a4005cd6d4df7d (diff)
downloadaports-0935adc881c214273ff81eaa0992af009a6cf2ab.tar.bz2
aports-0935adc881c214273ff81eaa0992af009a6cf2ab.tar.xz
Merge remote branch 'mmason/master'
Diffstat (limited to 'testing/freeswitch/freeswitch.install')
-rwxr-xr-xtesting/freeswitch/freeswitch.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/freeswitch/freeswitch.install b/testing/freeswitch/freeswitch.install
deleted file mode 100755
index 0507fe532..000000000
--- a/testing/freeswitch/freeswitch.install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- pre_install)
- adduser -h /dev/null -s /bin/false -D freeswitch 2>/dev/null
- ;;
- post_install)
- chown -R freeswitch:freeswitch /etc/freeswitch/
- ;;
- post_deinstall)
- deluser freeswitch
- delgroup freeswitch
- ;;
-esac
-