]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postinst
Imported Debian patch 0.5.3-1
[pkg/abook.git] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
new file mode 100644 (file)
index 0000000..0d8063c
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+# postinst for abook
+
+# Source debconf library.
+if [ -e /usr/share/debconf/confmodule ]; then
+       . /usr/share/debconf/confmodule
+fi
+
+if [ "$1" != configure ]; then
+       exit 0
+fi
+
+if [ -x /usr/bin/update-menus ]; then
+       update-menus
+fi