[Pkg-xfce-commits] r5937 - desktop/branches/experimental/xfce4-settings/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Thu Aug 18 11:30:30 UTC 2011
Author: mrpouit-guest
Date: 2011-08-18 11:30:30 +0000 (Thu, 18 Aug 2011)
New Revision: 5937
Added:
desktop/branches/experimental/xfce4-settings/debian/postinst
desktop/branches/experimental/xfce4-settings/debian/postrm
desktop/branches/experimental/xfce4-settings/debian/preinst
Modified:
desktop/branches/experimental/xfce4-settings/debian/changelog
Log:
debian/postinst,debian/preinst,debian/postrm: handle removal of
xfce4-settings-helper's autostart desktop file.
Modified: desktop/branches/experimental/xfce4-settings/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/changelog 2011-08-18 11:14:15 UTC (rev 5936)
+++ desktop/branches/experimental/xfce4-settings/debian/changelog 2011-08-18 11:30:30 UTC (rev 5937)
@@ -10,6 +10,8 @@
* debian/control: remove xfce4-settings-helper from the long desc.
* debian/xfce4-settings-helper.1: dropped.
* debian/patches/01_use-tango-icon-theme.patch: update to apply cleanly.
+ * debian/postinst,debian/preinst,debian/postrm: handle removal of
+ xfce4-settings-helper's autostart desktop file.
-- Lionel Le Folgoc <mrpouit at gmail.com> Thu, 18 Aug 2011 12:53:37 +0200
Added: desktop/branches/experimental/xfce4-settings/debian/postinst
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/postinst (rev 0)
+++ desktop/branches/experimental/xfce4-settings/debian/postinst 2011-08-18 11:30:30 UTC (rev 5937)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+LASTVER="4.9.0"
+
+if dpkg-maintscript-helper supports rm_conffile; then
+ dpkg-maintscript-helper rm_conffile \
+ /etc/xdg/autostart/xfce4-settings-helper-autostart.desktop "$LASTVER" -- "$@"
+fi
+
+#DEBHELPER#
Property changes on: desktop/branches/experimental/xfce4-settings/debian/postinst
___________________________________________________________________
Added: svn:executable
+ *
Added: desktop/branches/experimental/xfce4-settings/debian/postrm
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/postrm (rev 0)
+++ desktop/branches/experimental/xfce4-settings/debian/postrm 2011-08-18 11:30:30 UTC (rev 5937)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+LASTVER="4.9.0"
+
+if dpkg-maintscript-helper supports rm_conffile; then
+ dpkg-maintscript-helper rm_conffile \
+ /etc/xdg/autostart/xfce4-settings-helper-autostart.desktop "$LASTVER" -- "$@"
+fi
+
+#DEBHELPER#
Property changes on: desktop/branches/experimental/xfce4-settings/debian/postrm
___________________________________________________________________
Added: svn:executable
+ *
Added: desktop/branches/experimental/xfce4-settings/debian/preinst
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/preinst (rev 0)
+++ desktop/branches/experimental/xfce4-settings/debian/preinst 2011-08-18 11:30:30 UTC (rev 5937)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+LASTVER="4.9.0"
+
+if dpkg-maintscript-helper supports rm_conffile; then
+ dpkg-maintscript-helper rm_conffile \
+ /etc/xdg/autostart/xfce4-settings-helper-autostart.desktop "$LASTVER" -- "$@"
+fi
+
+#DEBHELPER#
Property changes on: desktop/branches/experimental/xfce4-settings/debian/preinst
___________________________________________________________________
Added: svn:executable
+ *
More information about the Pkg-xfce-commits
mailing list