[Pkg-xfce-commits] r2064 - desktop/trunk/xfce-mcs-manager/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun May 18 17:07:34 UTC 2008
Author: corsac
Date: 2008-05-18 17:07:32 +0000 (Sun, 18 May 2008)
New Revision: 2064
Modified:
desktop/trunk/xfce-mcs-manager/debian/postinst
Log:
output some stuff in the postinst to keep user aware of what we do
Modified: desktop/trunk/xfce-mcs-manager/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 17:03:14 UTC (rev 2063)
+++ desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 17:07:32 UTC (rev 2064)
@@ -2,7 +2,9 @@
# 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
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