From bf1c205456106fc87a98cd700c07981fe05e5e15 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 6 Aug 2012 16:04:46 +0000 Subject: [PATCH] debian/libgtk-3-0.postrm.in: Drop "rm -rf /etc/gtk-3.0/" on purge since this removes files owned by libgtk-3-common. Those bits were copied over from the gtk+2.0 package but they are actually obsolete and no longer required. Closes: #681198 --- debian/changelog | 11 +++++++++-- debian/libgtk-3-0.postrm.in | 6 ------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index fbc1b36b90..7db670c881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -gtk+3.0 (3.4.2-3) UNRELEASED; urgency=low +gtk+3.0 (3.4.2-4) UNRELEASED; urgency=low + [ Josselin Mouette ] * Update xrandr epoch. - -- Josselin Mouette Fri, 06 Jul 2012 10:45:56 +0200 + [ Michael Biebl ] + * debian/libgtk-3-0.postrm.in: Drop "rm -rf /etc/gtk-3.0/" on purge since + this removes files owned by libgtk-3-common. Those bits were copied over + from the gtk+2.0 package but they are actually obsolete and no longer + required. Closes: #681198 + + -- Michael Biebl Mon, 06 Aug 2012 18:00:10 +0200 gtk+3.0 (3.4.2-2) unstable; urgency=low diff --git a/debian/libgtk-3-0.postrm.in b/debian/libgtk-3-0.postrm.in index 1f8bb0f67c..7caff6b607 100644 --- a/debian/libgtk-3-0.postrm.in +++ b/debian/libgtk-3-0.postrm.in @@ -2,12 +2,6 @@ set -e -case "$1" in - purge) - rm -rf /@CONFDIR@ - ;; -esac - #DEBHELPER# if [ -d /@MODULES_BASE_PATH@ ]; then