[Pkg-xfce-commits] r2038 - desktop/trunk/xfce-mcs-manager/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun May 18 14:54:38 UTC 2008
Author: corsac
Date: 2008-05-18 14:54:37 +0000 (Sun, 18 May 2008)
New Revision: 2038
Modified:
desktop/trunk/xfce-mcs-manager/debian/changelog
desktop/trunk/xfce-mcs-manager/debian/postinst
Log:
debian/postinst: run update-menus as we ship a menu entry for
xfce-setting-show.
Modified: desktop/trunk/xfce-mcs-manager/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/changelog 2008-05-18 14:33:38 UTC (rev 2037)
+++ desktop/trunk/xfce-mcs-manager/debian/changelog 2008-05-18 14:54:37 UTC (rev 2038)
@@ -5,8 +5,10 @@
- debian/triggers: declare interest on /usr/lib/xfce4/mcs-plugins.
- debian/postinst: do the refresh.
* debian/control: remove Martin Loschwitz from Uploaders.
+ * debian/postinst: run update-menus as we ship a menu entry for
+ xfce-setting-show.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 18 May 2008 16:33:21 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 18 May 2008 16:53:59 +0200
xfce-mcs-manager (4.4.2-2) unstable; urgency=low
Modified: desktop/trunk/xfce-mcs-manager/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 14:33:38 UTC (rev 2037)
+++ desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 14:54:37 UTC (rev 2038)
@@ -4,3 +4,6 @@
if [ "$1" = "triggered" ]; then
kill -s USR1 `pidof xfce-mcs-manager` > /dev/null 2>&1 || true
fi
+
+# menu stuff
+if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
More information about the Pkg-xfce-commits
mailing list