diff options
author | Nick Leverton <[email protected]> | 2015-05-31 16:10:59 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-05-31 16:10:59 +0200 |
commit | 9e82e241298bb51e278618a061b383dbc2f3a660 (patch) | |
tree | ad58c3cf56fe68d0a3008529c149142f4748267e /ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst | |
parent | be8296e88c46d6ea43c285ccef320c1b7a75b083 (diff) | |
download | tde-packaging-9e82e241298bb51e278618a061b383dbc2f3a660.tar.gz tde-packaging-9e82e241298bb51e278618a061b383dbc2f3a660.zip |
Fix alternatives provision on Debian and Ubuntu
This resolves Bug 2452
Signed-off-by: Nick Leverton <[email protected]>
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst | 4 |
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 |