aboutsummaryrefslogtreecommitdiffstats
path: root/testing/freeswitch/freeswitch.install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-21 14:29:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-21 14:29:46 +0000
commitf1d4e1c07e4687422d1c80211afaa1be04e73684 (patch)
treebb3be2171adf393326b13863372254abc65de6ad /testing/freeswitch/freeswitch.install
parentf7505532712a7f9f4842c8e129f876d5731cef21 (diff)
downloadaports-f1d4e1c07e4687422d1c80211afaa1be04e73684.tar.bz2
aports-f1d4e1c07e4687422d1c80211afaa1be04e73684.tar.xz
unstable/freeswitch: moved from testing
does not build
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 0507fe532f..0000000000
--- 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
-