0.6.0-1 release
[manu/suphp.git] / debian / suphp-common.postinst
diff --git a/debian/suphp-common.postinst b/debian/suphp-common.postinst
new file mode 100644 (file)
index 0000000..2ba99fd
--- /dev/null
@@ -0,0 +1,17 @@
+#! /bin/sh
+# postinst script for suphp-common
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+