[med-svn] r11055 - trunk/packages/strap/trunk/debian

Christoph Gille christophgil-guest at alioth.debian.org
Mon May 28 20:35:58 UTC 2012


Author: christophgil-guest
Date: 2012-05-28 20:35:57 +0000 (Mon, 28 May 2012)
New Revision: 11055

Added:
   trunk/packages/strap/trunk/debian/strap.postinst.debhelper
   trunk/packages/strap/trunk/debian/strap.postrm.debhelper
Log:


Added: trunk/packages/strap/trunk/debian/strap.postinst.debhelper
===================================================================
--- trunk/packages/strap/trunk/debian/strap.postinst.debhelper	                        (rev 0)
+++ trunk/packages/strap/trunk/debian/strap.postinst.debhelper	2012-05-28 20:35:57 UTC (rev 11055)
@@ -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

Added: trunk/packages/strap/trunk/debian/strap.postrm.debhelper
===================================================================
--- trunk/packages/strap/trunk/debian/strap.postrm.debhelper	                        (rev 0)
+++ trunk/packages/strap/trunk/debian/strap.postrm.debhelper	2012-05-28 20:35:57 UTC (rev 11055)
@@ -0,0 +1,3 @@
+# Automatically added by dh_installmenu
+if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
+# End automatically added section




More information about the debian-med-commit mailing list