[Pkg-xfce-commits] r2067 - desktop/trunk/xfce-mcs-manager/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun May 18 17:25:13 UTC 2008


Author: corsac
Date: 2008-05-18 17:25:12 +0000 (Sun, 18 May 2008)
New Revision: 2067

Modified:
   desktop/trunk/xfce-mcs-manager/debian/postinst
Log:
reinstate back my own version!


Modified: desktop/trunk/xfce-mcs-manager/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/postinst	2008-05-18 17:14:50 UTC (rev 2066)
+++ desktop/trunk/xfce-mcs-manager/debian/postinst	2008-05-18 17:25:12 UTC (rev 2067)
@@ -2,8 +2,9 @@
 
 # When stuff has been installed in /usr/lib/xfce4/mcs-plugin, do the refresh
 if [ "$1" = "triggered" ]; then
-	echo "Processing triggers for xfce-mcs-manager" >&2
+	echo -n "Refreshing xfce-mcs-manager to update plugins visibility ..." >&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