[Pkg-xfce-commits] r2051 - desktop/trunk/xfce4-utils/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun May 18 16:20:05 UTC 2008


Author: corsac
Date: 2008-05-18 16:20:03 +0000 (Sun, 18 May 2008)
New Revision: 2051

Removed:
   desktop/trunk/xfce4-utils/debian/postinst
   desktop/trunk/xfce4-utils/debian/prerm
Modified:
   desktop/trunk/xfce4-utils/debian/changelog
Log:
debian/{postinst,prerm} dropped, we don't install any mcs plugin anyway.

Modified: desktop/trunk/xfce4-utils/debian/changelog
===================================================================
--- desktop/trunk/xfce4-utils/debian/changelog	2008-05-18 16:09:45 UTC (rev 2050)
+++ desktop/trunk/xfce4-utils/debian/changelog	2008-05-18 16:20:03 UTC (rev 2051)
@@ -1,3 +1,9 @@
+xfce4-utils (4.4.2-8) UNRELEASED; urgency=low
+
+  * debian/{postinst,prerm} dropped, we don't install any mcs plugin anyway.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 18 May 2008 18:19:32 +0200
+
 xfce4-utils (4.4.2-7) unstable; urgency=low
 
   * debian/patches: 03_xfterm4-bug added, fix bug when trying to run console

Deleted: desktop/trunk/xfce4-utils/debian/postinst
===================================================================
--- desktop/trunk/xfce4-utils/debian/postinst	2008-05-18 16:09:45 UTC (rev 2050)
+++ desktop/trunk/xfce4-utils/debian/postinst	2008-05-18 16:20:03 UTC (rev 2051)
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-if [ "$1" = "configure" ]; then
-	# Get xfce-mcs-manager to reinit
-	kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
-fi
-
-#DEBHELPER#
-
-exit 0

Deleted: desktop/trunk/xfce4-utils/debian/prerm
===================================================================
--- desktop/trunk/xfce4-utils/debian/prerm	2008-05-18 16:09:45 UTC (rev 2050)
+++ desktop/trunk/xfce4-utils/debian/prerm	2008-05-18 16:20:03 UTC (rev 2051)
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-if [ "$1" = "remove" ]; then
-	# Get xfce-mcs-manager to reinit
-	kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1 || true
-fi
-
-#DEBHELPER#
-
-exit 0




More information about the Pkg-xfce-commits mailing list