summarylogtreecommitdiffstats
path: root/zeyple.install
diff options
context:
space:
mode:
Diffstat (limited to 'zeyple.install')
-rw-r--r--zeyple.install7
1 files changed, 1 insertions, 6 deletions
diff --git a/zeyple.install b/zeyple.install
index ec3c650d588b..881ad2e5b453 100644
--- a/zeyple.install
+++ b/zeyple.install
@@ -1,9 +1,4 @@
post_install() {
touch /var/log/zeyple.log
- post_upgrade
-}
-
-post_upgrade() {
- systemd-sysusers /usr/lib/sysusers.d/zeyple.conf
- chown -R zeyple:zeyple /var/lib/zeyple /usr/bin/zeyple /etc/zeyple.conf /var/log/zeyple.log
+ chown 726:726 /var/log/zeyple.log
}