summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-03-12 16:44:17 +0100
committervarac <varacanero@zeromail.org>2017-03-21 12:24:12 +0100
commit602650248f9d0a92f78be434c9b37d1a1f879527 (patch)
tree9bc4ae73910458aeac81864c78e0cb8b5a086718
parentabf08d5389e1f94fd753b4991a943067ae1b7c9d (diff)
Add missing #DEBHELPER# token to postinst.
W: soledad source: maintainer-script-lacks-debhelper-token debian/soledad-server.postinst N: N: This package is built using debhelper commands that may modify N: maintainer scripts, but the maintainer scripts do not contain the N: "#DEBHELPER#" token debhelper uses to modify them. N: N: Adding the token to the scripts is recommended.
-rw-r--r--debian/soledad-server.postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/soledad-server.postinst b/debian/soledad-server.postinst
index eea93857..65160d4b 100644
--- a/debian/soledad-server.postinst
+++ b/debian/soledad-server.postinst
@@ -34,3 +34,5 @@ fi
# update systemd and start service
systemctl --system daemon-reload >/dev/null || true
deb-systemd-invoke start soledad-server.service >/dev/null || true
+
+#DEBHELPER#