[Pkg-xfce-commits] r2066 - desktop/trunk/xfce-mcs-manager/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun May 18 17:14:51 UTC 2008
Author: corsac
Date: 2008-05-18 17:14:50 +0000 (Sun, 18 May 2008)
New Revision: 2066
Modified:
desktop/trunk/xfce-mcs-manager/debian/postinst
Log:
use same template as man-db
Modified: desktop/trunk/xfce-mcs-manager/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 17:09:33 UTC (rev 2065)
+++ desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 17:14:50 UTC (rev 2066)
@@ -2,9 +2,8 @@
# When stuff has been installed in /usr/lib/xfce4/mcs-plugin, do the refresh
if [ "$1" = "triggered" ]; then
- echo -n "Refreshing xfce-mcs-manager to update plugins visibility..." >&2
+ echo "Processing triggers for xfce-mcs-manager" >&2
kill -s USR1 `pidof xfce-mcs-manager` > /dev/null 2>&1 || true
- echo " done." >&2
fi
# menu stuff
More information about the Pkg-xfce-commits
mailing list