[SCM] a cuddly teddy bear (or other image) for your X desktop branch, master, updated. debian/2.1-3-6-g85965a6
Andreas Tille
tille at debian.org
Mon Mar 9 08:51:43 UTC 2009
The following commit has been merged in the master branch:
commit 85965a6e167bca2a4d31f720fe0dc07052995c7a
Author: Andreas Tille <tille at debian.org>
Date: Mon Mar 9 09:51:03 2009 +0100
Add post{inst,rm} to make sure update-menus will be really called
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..d943d36
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
+
+#DEBHELPER#
diff --git a/debian/postrm b/debian/postrm
new file mode 100644
index 0000000..d943d36
--- /dev/null
+++ b/debian/postrm
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
+
+#DEBHELPER#
--
a cuddly teddy bear (or other image) for your X desktop
More information about the Pkg-games-commits
mailing list