summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/core/kdebase/debian/kicker-kde3.preinst
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/kicker-kde3.preinst
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/kicker-kde3.preinst')
-rw-r--r--ubuntu/lucid_automake/core/kdebase/debian/kicker-kde3.preinst26
1 files changed, 0 insertions, 26 deletions
diff --git a/ubuntu/lucid_automake/core/kdebase/debian/kicker-kde3.preinst b/ubuntu/lucid_automake/core/kdebase/debian/kicker-kde3.preinst
deleted file mode 100644
index b134519c1..000000000
--- a/ubuntu/lucid_automake/core/kdebase/debian/kicker-kde3.preinst
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh -e
-
-case "$1" in
-
- upgrade)
- rm -f /etc/menu-methods/kdebase
- rm -f /etc/kde3/debian/kde-update-menu.sh
- rm -f /etc/menu-methods/kicker
- ;;
-
- install)
- ;;
-
- abort-upgrade)
- ;;
-
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-
-esac
-
-#DEBHELPER#
-
-exit 0