add prerm script, and add debhelper lines to other install scripts.
[monkeysphere.git] / packaging / debian / monkeysphere.postinst
index 02d63046ff66db0cfc2ffbd457f30cfba4b8131c..8f1fe77379fdfa5d55cedb125bd79e817c2db918 100755 (executable)
@@ -26,3 +26,10 @@ ln -sTf "$ETC"/gnupg-host.conf "$VARLIB"/gnupg-host/gpg.conf
 install --owner monkeysphere --group monkeysphere --mode 700 -d "$VARLIB"/gnupg-authentication
 # link in the gpg.conf
 ln -sTf "$ETC"/gnupg-authentication.conf "$VARLIB"/gnupg-authentication/gpg.conf
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0