- Dodan #DEBHELPER# u postinst/postrm
[sysadmin-cn.git] / debian / postrm
index 3208452..2ca381e 100755 (executable)
@@ -5,3 +5,8 @@ set -e
 if [ "$1" = "purge" ] ; then
   dpkg-statoverride --remove /usr/bin/sysadmin > /dev/null 2> /dev/null || true
 fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#