summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install6
1 files changed, 0 insertions, 6 deletions
diff --git a/install b/install
index 4738def200a5..161f5e93dd11 100644
--- a/install
+++ b/install
@@ -2,11 +2,5 @@ post_install() {
cp -n /etc/webapps/z-push/config.example.php /etc/webapps/z-push/config.php
chown -R http:http /var/log/z-push
chown -R http:http /var/lib/z-push
-
- ln -sf /usr/share/webapps/z-push/z-push-admin.php /usr/bin/z-push-admin
- ln -sf /usr/share/webapps/z-push/z-push-top.php /usr/bin/z-push-top
-
- chmod 755 /usr/bin/z-push-admin
- chmod 755 /usr/bin/z-push-top
}