Author: christophgil-guest Date: 2012-05-28 21:02:12 +0000 (Mon, 28 May 2012) New Revision: 11056
Added: trunk/packages/strap/trunk/debian/postrm trunk/packages/strap/trunk/strap.postinst.debhelper Removed: trunk/packages/strap/trunk/debian/postinst.debhelper trunk/packages/strap/trunk/debian/postrm.debhelper Modified: trunk/packages/strap/trunk/debian/ Log: Property changes on: trunk/packages/strap/trunk/debian ___________________________________________________________________ Deleted: mergeWithUpstream - 1 Deleted: trunk/packages/strap/trunk/debian/postinst.debhelper =================================================================== --- trunk/packages/strap/trunk/debian/postinst.debhelper 2012-05-28 20:35:57 UTC (rev 11055) +++ trunk/packages/strap/trunk/debian/postinst.debhelper 2012-05-28 21:02:12 UTC (rev 11056) @@ -1,5 +0,0 @@ -# Automatically added by dh_installmenu -if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then - update-menus -fi -# End automatically added section Copied: trunk/packages/strap/trunk/debian/postrm (from rev 11034, trunk/packages/strap/trunk/debian/postrm.debhelper) =================================================================== --- trunk/packages/strap/trunk/debian/postrm (rev 0) +++ trunk/packages/strap/trunk/debian/postrm 2012-05-28 21:02:12 UTC (rev 11056) @@ -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 Deleted: trunk/packages/strap/trunk/debian/postrm.debhelper =================================================================== --- trunk/packages/strap/trunk/debian/postrm.debhelper 2012-05-28 20:35:57 UTC (rev 11055) +++ trunk/packages/strap/trunk/debian/postrm.debhelper 2012-05-28 21:02:12 UTC (rev 11056) @@ -1,3 +0,0 @@ -# Automatically added by dh_installmenu -if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi -# End automatically added section Copied: trunk/packages/strap/trunk/strap.postinst.debhelper (from rev 11034, trunk/packages/strap/trunk/debian/postinst.debhelper) =================================================================== --- trunk/packages/strap/trunk/strap.postinst.debhelper (rev 0) +++ trunk/packages/strap/trunk/strap.postinst.debhelper 2012-05-28 21:02:12 UTC (rev 11056) @@ -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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
