summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
diff options
context:
space:
mode:
authorNick Leverton <nick@leverton.org>2015-05-31 16:10:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-05-31 16:10:59 +0200
commit9e82e241298bb51e278618a061b383dbc2f3a660 (patch)
treead58c3cf56fe68d0a3008529c149142f4748267e /ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
parentbe8296e88c46d6ea43c285ccef320c1b7a75b083 (diff)
downloadtde-packaging-9e82e241298bb51e278618a061b383dbc2f3a660.tar.gz
tde-packaging-9e82e241298bb51e278618a061b383dbc2f3a660.zip
Fix alternatives provision on Debian and Ubuntu
This resolves Bug 2452 Signed-off-by: Nick Leverton <nick@leverton.org>
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst')
-rw-r--r--ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst b/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
index eee248305..7983daa09 100644
--- a/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
+++ b/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
@@ -21,8 +21,8 @@ case "$1" in
configure)
update-alternatives --install /usr/bin/x-session-manager \
x-session-manager /opt/trinity/bin/starttde 40 \
- --slave /opt/trinity/share/man/man1/x-session-manager.1.gz \
- x-session-manager.1.gz "/opt/trinity/share/man/man1/starttde-trinity.1.gz"
+ --slave /usr/share/man/man1/x-session-manager.1.gz \
+ x-session-manager.1.gz "/usr/share/man/man1/starttde-trinity.1.gz"
# force ldconfig due to tdeinit library
ldconfig