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
This commit is contained in:
Michael Biebl 2012-08-06 16:04:46 +00:00
parent b34e8f6982
commit bf1c205456
2 changed files with 9 additions and 8 deletions

11
debian/changelog vendored
View File

@ -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. * Update xrandr epoch.
-- Josselin Mouette <joss@debian.org> 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 <biebl@debian.org> Mon, 06 Aug 2012 18:00:10 +0200
gtk+3.0 (3.4.2-2) unstable; urgency=low gtk+3.0 (3.4.2-2) unstable; urgency=low

View File

@ -2,12 +2,6 @@
set -e set -e
case "$1" in
purge)
rm -rf /@CONFDIR@
;;
esac
#DEBHELPER# #DEBHELPER#
if [ -d /@MODULES_BASE_PATH@ ]; then if [ -d /@MODULES_BASE_PATH@ ]; then