summarylogtreecommitdiffstats
path: root/thruk.install
diff options
context:
space:
mode:
authorJonathan Steel2017-05-04 15:29:33 +0100
committerJonathan Steel2017-05-04 15:30:33 +0100
commitfc32031d0ad41908c32104fd9f9e85e52e6c71ab (patch)
treebf0d3a5a20d44db58d6d9939865964c5cf419103 /thruk.install
parent20c25e63d371bec5c8fde7d4e6f2a2bd3fe87529 (diff)
downloadaur-fc32031d0ad41908c32104fd9f9e85e52e6c71ab.tar.gz
Move the chown to the PKGBUILD
Diffstat (limited to 'thruk.install')
-rw-r--r--thruk.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/thruk.install b/thruk.install
deleted file mode 100644
index 2d1fe9216f7e..000000000000
--- a/thruk.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- chown -R 33:33 /var/lib/thruk/ /var/log/thruk/
-}
-
-post_upgrade() {
- post_install
-}