summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartina Pietruschka2015-12-01 00:13:46 +0000
committerMartina Pietruschka2015-12-01 00:13:46 +0000
commitcd196e14ec4d612ef75ebffc5beb82ed04cd1378 (patch)
tree8b2dc0c9ed53c9f46b0bdab58c41f4df2a0706fe /install
parente573196a46c67a0c2541ff1514fd7d9d8047778c (diff)
downloadaur-cd196e14ec4d612ef75ebffc5beb82ed04cd1378.tar.gz
fix for symlinks
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
}