From b54acaf8206828eb1fdfaa50780bcb2e9ac89353 Mon Sep 17 00:00:00 2001 From: Nick Leverton Date: Sun, 31 May 2015 16:10:59 +0200 Subject: Fix alternatives provision on Debian and Ubuntu This resolves Bug 2452 Signed-off-by: Nick Leverton (cherry picked from commit 9e82e241298bb51e278618a061b383dbc2f3a660) --- ubuntu/maverick/tdebase/debian/konsole-trinity.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu/maverick/tdebase/debian/konsole-trinity.postinst') diff --git a/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst b/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst index d7225354d..d8be0590f 100644 --- a/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst +++ b/ubuntu/maverick/tdebase/debian/konsole-trinity.postinst @@ -20,7 +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 /opt/trinity/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /opt/trinity/share/man/man1/konsole-trinity.1.gz + --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 -- cgit v1.2.1