From 2d557cc430f38b861c7ed200ecdab7635f2bb58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Tue, 20 Sep 2016 06:21:55 +0000 Subject: [PATCH] Remove references to long gone KDE3 globals in maintainer scripts. --- debian/changelog | 2 ++ debian/postinst | 6 ------ debian/postrm | 6 ------ debian/preinst | 5 ----- 4 files changed, 2 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9688b80..ca6d4ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ desktop-base (9.0.0~exp1) UNRELEASED; urgency=medium [ Aurélien COUDERC ] * Fix lintian warning command-with-path-in-maintainer-script in postinst script. + * Remove references to long gone KDE3 globals in maintainer scripts. + (Closes #659549) -- Coucouf Tue, 06 Sep 2016 08:14:12 +0200 diff --git a/debian/postinst b/debian/postinst index 789da6b..8eff785 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,12 +1,6 @@ #!/bin/bash -e set -e -#DEBHELPER# - -if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then - dpkg-maintscript-helper rm_conffile /etc/kde3/kdeglobals 6.0.1 -- "$@" -fi - if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 7; then update-alternatives --remove desktop-grub /usr/share/images/desktop-base/moreblue-orbit-grub.png fi diff --git a/debian/postrm b/debian/postrm index 7d28658..f8ae2e3 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,12 +1,6 @@ #!/bin/sh -e set -e -#DEBHELPER# - -if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then - dpkg-maintscript-helper rm_conffile /etc/kde3/kdeglobals 6.0.1 -- "$@" -fi - if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then if which update-grub2 > /dev/null ; then update-grub2 || true diff --git a/debian/preinst b/debian/preinst index a8e0ef5..280af70 100644 --- a/debian/preinst +++ b/debian/preinst @@ -1,11 +1,6 @@ #!/bin/sh -e set -e -#DEBHELPER# -if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then - dpkg-maintscript-helper rm_conffile /etc/kde3/kdeglobals 6.0.1 -- "$@" -fi - if [ "${1}" = "upgrade" ]; then if dpkg --compare-versions ${2} lt 0.3.11 && dpkg --compare-versions ${2} gt 0.3.5; then update-alternatives --remove gnome-splash \