diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-07 15:51:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-07 15:52:11 +0000 |
commit | 939d896172b9f6a456771e31c72a00db2221a3af (patch) | |
tree | fa78f96d4d2bdd6df6bc88358ed640f7d433dbec /main/freeswitch/freeswitch.post-install | |
parent | ff5a16704c5ac65133a68ef2f84507e83f2bac1b (diff) | |
download | aports-939d896172b9f6a456771e31c72a00db2221a3af.tar.bz2 aports-939d896172b9f6a456771e31c72a00db2221a3af.tar.xz |
main/freeswitch: dont remove users on uninstall
Diffstat (limited to 'main/freeswitch/freeswitch.post-install')
-rwxr-xr-x | main/freeswitch/freeswitch.post-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.post-install b/main/freeswitch/freeswitch.post-install index 3b1c414c6b..21577b1b0a 100755 --- a/main/freeswitch/freeswitch.post-install +++ b/main/freeswitch/freeswitch.post-install @@ -1,5 +1,4 @@ #!/bin/sh -chown -R freeswitch:freeswitch /etc/freeswitch/ chown -R freeswitch:freeswitch /var/run/freeswitch/ |