[Pkg-xfce-commits] r2065 - desktop/trunk/xfce-mcs-manager/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun May 18 17:09:34 UTC 2008
Author: corsac
Date: 2008-05-18 17:09:33 +0000 (Sun, 18 May 2008)
New Revision: 2065
Modified:
desktop/trunk/xfce-mcs-manager/debian/postinst
Log:
no UTF-8 in postinst :(
Modified: desktop/trunk/xfce-mcs-manager/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 17:07:32 UTC (rev 2064)
+++ desktop/trunk/xfce-mcs-manager/debian/postinst 2008-05-18 17:09:33 UTC (rev 2065)
@@ -2,7 +2,7 @@
# 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 -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
More information about the Pkg-xfce-commits
mailing list