summaryrefslogtreecommitdiffstats
path: root/debian/_base/core/tdebase/debian/konsole-trinity.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/_base/core/tdebase/debian/konsole-trinity.postinst')
-rw-r--r--debian/_base/core/tdebase/debian/konsole-trinity.postinst7
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/_base/core/tdebase/debian/konsole-trinity.postinst b/debian/_base/core/tdebase/debian/konsole-trinity.postinst
index d8be0590f..9191bdc69 100644
--- a/debian/_base/core/tdebase/debian/konsole-trinity.postinst
+++ b/debian/_base/core/tdebase/debian/konsole-trinity.postinst
@@ -20,10 +20,7 @@ set -e
case "$1" in
configure)
update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /opt/trinity/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
+ --slave /usr/share/man/man1/x-terminal-emulator.1 x-terminal-emulator.1 /opt/trinity/share/man/man1/konsole.1
;;
abort-upgrade|abort-remove|abort-deconfigure)
@@ -42,5 +39,3 @@ esac
#DEBHELPER#
exit 0
-
-