From 0277521b268b21caf0ee21202b92784f302baadc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Nov 2020 19:23:30 +0800 Subject: DEB: adjusted to new 'core' folder for main packages. Signed-off-by: Michele Calgaro --- dilos/tdebase/debian/konsole-trinity.postinst | 49 --------------------------- 1 file changed, 49 deletions(-) delete mode 100644 dilos/tdebase/debian/konsole-trinity.postinst (limited to 'dilos/tdebase/debian/konsole-trinity.postinst') diff --git a/dilos/tdebase/debian/konsole-trinity.postinst b/dilos/tdebase/debian/konsole-trinity.postinst deleted file mode 100644 index ecc71cdc1..000000000 --- a/dilos/tdebase/debian/konsole-trinity.postinst +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -# postinst script for konsole -# -# see: dh_installdeb(1) - -set -e -if [ "${BASEDIR:=/}" = "/" ]; then - BASEDIR="" -fi - -# 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 /usr/bin/konsole 35 \ - --slave /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /usr/share/man/man1/konsole-trinity.1.gz - - # force ldconfig due to tdeinit library -# ldconfig - ;; - - 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