diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-02 16:03:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-02 16:03:06 +0000 |
commit | 9ad548df8aa2a860ca311453ed3d6a98962f32f5 (patch) | |
tree | 09dec888ccfdf1447ba13e62c50d9291176b07e3 /testing/freeswitch/freeswitch.install | |
parent | 96813504f80856d8d85b390207621e5cbba64a85 (diff) | |
download | aports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.bz2 aports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.xz |
testing/*: remove from stable branch
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 0507fe53..00000000 --- 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 - |