summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-29 08:59:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-29 08:59:33 +0000
commitf352a60d74a65487698350cd72fbd78b952cfda4 (patch)
tree5a935500beb5246f765c2a216548f3c4c6c48472
parentReleasing debian version 1.11.1+dfsg-1~exp2. (diff)
downloadnetdata-f352a60d74a65487698350cd72fbd78b952cfda4.tar.xz
netdata-f352a60d74a65487698350cd72fbd78b952cfda4.zip
Removing unused PERMS placeholder in postinst.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/netdata.postinst.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/netdata.postinst.in b/debian/netdata.postinst.in
index edd26b2e..49ed6495 100644
--- a/debian/netdata.postinst.in
+++ b/debian/netdata.postinst.in
@@ -53,8 +53,6 @@ case "$1" in
chmod 4754 /usr/lib/@DEB_HOST_MULTIARCH@/netdata/plugins.d/apps.plugin
chown netdata:adm /var/log/netdata
chmod 02750 /var/log/netdata
-
-#PERMS#
;;
esac