Initial release of Maemo 5 port of gnuplot
[gnuplot] / debian / gnuplot-nox.postinst.debhelper
diff --git a/debian/gnuplot-nox.postinst.debhelper b/debian/gnuplot-nox.postinst.debhelper
new file mode 100644 (file)
index 0000000..8637a4e
--- /dev/null
@@ -0,0 +1,5 @@
+# Automatically added by dh_installmenu
+if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
+       update-menus
+fi
+# End automatically added section