From 602650248f9d0a92f78be434c9b37d1a1f879527 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 12 Mar 2017 16:44:17 +0100 Subject: 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. --- debian/soledad-server.postinst | 2 ++ 1 file changed, 2 insertions(+) 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# -- cgit v1.2.3