summarylogtreecommitdiffstats
path: root/zeyple.install
diff options
context:
space:
mode:
authorClar Fon2018-12-30 18:47:51 -0500
committerClar Fon2018-12-30 18:52:16 -0500
commit65231d00388a6059240d415610c74d3e2b2922ac (patch)
treeab0b3100f7cbb717532180b6a14a212e4e691595 /zeyple.install
parentcccb42c3fdac97a121b82392303c6e85fc17898f (diff)
downloadaur-zeyple.tar.gz
Fix zeyple UID/GID
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
}