summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/core/kdebase/debian/kfind-kde3.postinst
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-06-06 18:02:00 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-06-06 18:02:00 +0200
commit1943515ff593d0dddd262789c1c8b2cab2905068 (patch)
tree415795d88e5e40035f6c64d67597d24d36f85cc2 /ubuntu/lucid_automake/core/kdebase/debian/kfind-kde3.postinst
parent303035d797260032395189bdb52b2ecabdf919a9 (diff)
downloadtde-packaging-1943515ff593d0dddd262789c1c8b2cab2905068.tar.gz
tde-packaging-1943515ff593d0dddd262789c1c8b2cab2905068.zip
DEB: Remove obsolete and unused trees for automake builds on Ubuntu.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/lucid_automake/core/kdebase/debian/kfind-kde3.postinst')
-rw-r--r--ubuntu/lucid_automake/core/kdebase/debian/kfind-kde3.postinst28
1 files changed, 0 insertions, 28 deletions
diff --git a/ubuntu/lucid_automake/core/kdebase/debian/kfind-kde3.postinst b/ubuntu/lucid_automake/core/kdebase/debian/kfind-kde3.postinst
deleted file mode 100644
index 7b6f6850a..000000000
--- a/ubuntu/lucid_automake/core/kdebase/debian/kfind-kde3.postinst
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh -e
-
-case "$1" in
-
- configure)
- dpkg-divert --remove /usr/share/icons/hicolor/16x16/apps/kfind.png
- dpkg-divert --remove /usr/share/icons/hicolor/22x22/apps/kfind.png
- dpkg-divert --remove /usr/share/icons/hicolor/32x32/apps/kfind.png
- dpkg-divert --remove /usr/share/icons/hicolor/48x48/apps/kfind.png
- dpkg-divert --remove /usr/share/icons/hicolor/64x64/apps/kfind.png
- ;;
-
- install)
- ;;
-
- abort-upgrade)
- ;;
-
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-
-esac
-
-#DEBHELPER#
-
-exit 0