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/konsole-kde3.postinst | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 ubuntu/maverick_automake/kdebase/debian/konsole-kde3.postinst (limited to 'ubuntu/maverick_automake/kdebase/debian/konsole-kde3.postinst') diff --git a/ubuntu/maverick_automake/kdebase/debian/konsole-kde3.postinst b/ubuntu/maverick_automake/kdebase/debian/konsole-kde3.postinst deleted file mode 100644 index df2e0dbb2..000000000 --- a/ubuntu/maverick_automake/kdebase/debian/konsole-kde3.postinst +++ /dev/null @@ -1,43 +0,0 @@ -#! /bin/sh -# postinst script for konsole -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# - -case "$1" in - configure) - update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /opt/kde3/bin/konsole 35 \ - --slave /opt/kde3/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /opt/kde3/share/man/man1/konsole-kde3.1.gz - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - -- cgit v1.2.1