aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch/freeswitch.post-install')
-rwxr-xr-xmain/freeswitch/freeswitch.post-install5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/freeswitch/freeswitch.post-install b/main/freeswitch/freeswitch.post-install
deleted file mode 100755
index fef23caef1..0000000000
--- a/main/freeswitch/freeswitch.post-install
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-chown -R freeswitch:freeswitch /var/*/freeswitch
-
-exit 0