[Pkg-xfce-commits] r280 - in desktop/trunk: xfce-mcs-plugins/debian xfce4/debian xfce4-iconbox/debian xfce4-mixer/debian xfce4-session/debian xfce4-utils/debian xfdesktop4/debian xffm4/debian xfprint4/debian xfwm4/debian

Yves-Alexis Perez corsac-guest at costa.debian.org
Sun Nov 6 23:01:01 UTC 2005


Author: corsac-guest
Date: 2005-11-06 23:01:00 +0000 (Sun, 06 Nov 2005)
New Revision: 280

Modified:
   desktop/trunk/xfce-mcs-plugins/debian/postinst
   desktop/trunk/xfce4-iconbox/debian/postinst
   desktop/trunk/xfce4-mixer/debian/postinst
   desktop/trunk/xfce4-session/debian/postinst
   desktop/trunk/xfce4-utils/debian/postinst
   desktop/trunk/xfce4/debian/control
   desktop/trunk/xfdesktop4/debian/postinst
   desktop/trunk/xffm4/debian/postinst
   desktop/trunk/xfprint4/debian/postinst
   desktop/trunk/xfwm4/debian/postinst
Log:
Corrected postinst scripts :)



Modified: desktop/trunk/xfce-mcs-plugins/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfce-mcs-plugins/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -f -USR1 xfce-mcs-manager
+	pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4/debian/control
===================================================================
--- desktop/trunk/xfce4/debian/control	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfce4/debian/control	2005-11-06 23:01:00 UTC (rev 280)
@@ -8,7 +8,7 @@
 
 Package: xfce4
 Architecture: all
-Depends: xfwm4 (>= 4.2.2-1), xfwm4-themes (>= 4.2.2-1), xfce4-mcs-plugins (>= 4.2.2-1), xfce4-panel (>= 4.2.2-1), xfce4-icon-theme (>= 4.2.2-1), xfdesktop4 (>= 4.2.2-1), xffm4 (>= 4.2.2-1), xfce4-utils (>= 4.2.2-1), gtk2-engines-xfce, xfce4-session (>= 4.2.2-1)
+Depends: xfwm4 (>= 4.2.3-1), xfwm4-themes (>= 4.2.3-1), xfce4-mcs-plugins (>= 4.2.3-1), xfce4-panel (>= 4.2.3-1), xfce4-icon-theme (>= 4.2.3-1), xfdesktop4 (>= 4.2.3-1), xffm4 (>= 4.2.3-1), xfce4-utils (>= 4.2.3-1), gtk2-engines-xfce, xfce4-session (>= 4.2.3-1)
 Recommends: xfce4-iconbox, xfce4-mixer, xfce4-systray, xfce4-toys, xfce4-trigger-launcher, xfprint4, xfcalendar
 Replaces: xfce4-themes (<= 4.0.0+cvs.20030301-1), xfce4-dev (<< 4.0.0+cvs.20030421)
 Suggests: x-window-system-core

Modified: desktop/trunk/xfce4-iconbox/debian/postinst
===================================================================
--- desktop/trunk/xfce4-iconbox/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfce4-iconbox/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -f -USR1 xfce-mcs-manager
+	pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4-mixer/debian/postinst
===================================================================
--- desktop/trunk/xfce4-mixer/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfce4-mixer/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -f -USR1 xfce-mcs-manager
+	pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4-session/debian/postinst
===================================================================
--- desktop/trunk/xfce4-session/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfce4-session/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -7,7 +7,7 @@
     x-session-manager.1.gz /usr/share/man/man1/xfce4-session.1.gz 
 
   # Get xfce-mcs-manager to reinit
-  pkill -f -USR1 xfce-mcs-manager
+  pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfce4-utils/debian/postinst
===================================================================
--- desktop/trunk/xfce4-utils/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfce4-utils/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -f -USR1 xfce-mcs-manager
+	pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfdesktop4/debian/postinst
===================================================================
--- desktop/trunk/xfdesktop4/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfdesktop4/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -11,7 +11,7 @@
 	fi
 
 	# Get xfce-mcs-manager to reinit
-	pkill -f -USR1 xfce-mcs-manager
+	pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xffm4/debian/postinst
===================================================================
--- desktop/trunk/xffm4/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xffm4/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -f -USR1 xfce-mcs-manager
+	pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfprint4/debian/postinst
===================================================================
--- desktop/trunk/xfprint4/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfprint4/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Get xfce-mcs-manager to reinit
-	pkill -f -USR1 xfce-mcs-manager
+	pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#

Modified: desktop/trunk/xfwm4/debian/postinst
===================================================================
--- desktop/trunk/xfwm4/debian/postinst	2005-11-06 22:55:17 UTC (rev 279)
+++ desktop/trunk/xfwm4/debian/postinst	2005-11-06 23:01:00 UTC (rev 280)
@@ -9,7 +9,7 @@
   x-window-manager.1.gz /usr/share/man/man1/xfwm4.1.gz
 
   # Get xfce-mcs-manager to reinit
-  pkill -f -USR1 xfce-mcs-manager
+  pkill -USR1 -f xfce-mcs-manager
 fi
 
 #DEBHELPER#




More information about the Pkg-xfce-commits mailing list