From 2d59086b104acd7b4711fd067c9bb4480158e6ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2014 13:57:20 +0900 Subject: Removed Ubuntu/precise folder --- .../tdebase/debian/konsole-trinity.postinst | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 ubuntu/precise/tdebase/debian/konsole-trinity.postinst (limited to 'ubuntu/precise/tdebase/debian/konsole-trinity.postinst') diff --git a/ubuntu/precise/tdebase/debian/konsole-trinity.postinst b/ubuntu/precise/tdebase/debian/konsole-trinity.postinst deleted file mode 100644 index 72cf40e83..000000000 --- a/ubuntu/precise/tdebase/debian/konsole-trinity.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/trinity/bin/konsole 35 \ - --slave /opt/trinity/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /opt/trinity/share/man/man1/konsole-trinity.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