diff options
Diffstat (limited to 'ubuntu/maverick_automake/kdebase/debian/kicker-kde3.preinst')
-rw-r--r-- | ubuntu/maverick_automake/kdebase/debian/kicker-kde3.preinst | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ubuntu/maverick_automake/kdebase/debian/kicker-kde3.preinst b/ubuntu/maverick_automake/kdebase/debian/kicker-kde3.preinst deleted file mode 100644 index b134519c1..000000000 --- a/ubuntu/maverick_automake/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 |