diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-21 14:29:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-21 14:29:46 +0000 |
commit | f1d4e1c07e4687422d1c80211afaa1be04e73684 (patch) | |
tree | bb3be2171adf393326b13863372254abc65de6ad /testing/freeswitch/freeswitch.install | |
parent | f7505532712a7f9f4842c8e129f876d5731cef21 (diff) | |
download | aports-f1d4e1c07e4687422d1c80211afaa1be04e73684.tar.bz2 aports-f1d4e1c07e4687422d1c80211afaa1be04e73684.tar.xz |
unstable/freeswitch: moved from testing
does not build
Diffstat (limited to 'testing/freeswitch/freeswitch.install')
-rwxr-xr-x | testing/freeswitch/freeswitch.install | 15 |
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 - |