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

corsac at alioth.debian.org corsac at alioth.debian.org
Sun May 18 14:32:48 UTC 2008


Author: corsac
Date: 2008-05-18 14:32:48 +0000 (Sun, 18 May 2008)
New Revision: 2036

Removed:
   desktop/trunk/xfce-mcs-manager/debian/prerm
Modified:
   desktop/trunk/xfce-mcs-manager/debian/changelog
Log:
no need for prerm, everything is done through postinst


Modified: desktop/trunk/xfce-mcs-manager/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/changelog	2008-05-18 14:18:39 UTC (rev 2035)
+++ desktop/trunk/xfce-mcs-manager/debian/changelog	2008-05-18 14:32:48 UTC (rev 2036)
@@ -3,9 +3,9 @@
   * add triggers for xfce-mcs-manager refresh
     - debian/control: depends on dpkg with trigger support.
     - debian/triggers: declare interest on /usr/lib/xfce4/mcs-plugins.
-    - debian/{postinst,prerm}: do the refresh.
+    - debian/postinst: do the refresh.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 18 May 2008 16:16:30 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 18 May 2008 16:32:20 +0200
 
 xfce-mcs-manager (4.4.2-2) unstable; urgency=low
 

Deleted: desktop/trunk/xfce-mcs-manager/debian/prerm
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/prerm	2008-05-18 14:18:39 UTC (rev 2035)
+++ desktop/trunk/xfce-mcs-manager/debian/prerm	2008-05-18 14:32:48 UTC (rev 2036)
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-# When stuff has been removed from /usr/lib/xfce4/mcs-plugin, do the refresh
-if [ "$1" = "triggered" ]; then
-	kill -s USR1 `pidof xfce-mcs-manager` > /dev/null 2>&1 || true
-fi




More information about the Pkg-xfce-commits mailing list