From 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 9 Mar 2014 03:26:50 +0100 Subject: Housekeeping in Debian and Ubuntu --- .../kdebase/debian/kappfinder-kde3.postinst | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 ubuntu/lucid_automake/kdebase/debian/kappfinder-kde3.postinst (limited to 'ubuntu/lucid_automake/kdebase/debian/kappfinder-kde3.postinst') diff --git a/ubuntu/lucid_automake/kdebase/debian/kappfinder-kde3.postinst b/ubuntu/lucid_automake/kdebase/debian/kappfinder-kde3.postinst deleted file mode 100644 index 81ff28f5c..000000000 --- a/ubuntu/lucid_automake/kdebase/debian/kappfinder-kde3.postinst +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh -e - -case "$1" in - - configure) - dpkg-divert --remove /usr/share/icons/hicolor/128x128/apps/kappfinder.png - dpkg-divert --remove /usr/share/icons/hicolor/16x16/apps/kappfinder.png - dpkg-divert --remove /usr/share/icons/hicolor/22x22/apps/kappfinder.png - dpkg-divert --remove /usr/share/icons/hicolor/32x32/apps/kappfinder.png - dpkg-divert --remove /usr/share/icons/hicolor/48x48/apps/kappfinder.png - dpkg-divert --remove /usr/share/icons/hicolor/64x64/apps/kappfinder.png - ;; - - install) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; - -esac - -#DEBHELPER# - -exit 0 -- cgit v1.2.1