summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 18:22:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 18:22:00 -0600
commit7b559c86e36626039e08503d22a8d799f208647c (patch)
treeec048f55502c4c9175852d5a504ddc31a08ef59c /ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
parenta9106b7fd2cbcb246f8bcbe36e81845b446e9f71 (diff)
downloadtde-packaging-7b559c86e36626039e08503d22a8d799f208647c.tar.gz
tde-packaging-7b559c86e36626039e08503d22a8d799f208647c.zip
Rename startkde to starttde on Debian and Ubuntu
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 6492cbb59..f5d73b934 100644
--- a/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
+++ b/ubuntu/maverick/tdebase/debian/ksmserver-trinity.postinst
@@ -20,9 +20,9 @@ set -e
case "$1" in
configure)
update-alternatives --install /usr/bin/x-session-manager \
- x-session-manager /opt/trinity/bin/startkde 40 \
+ 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/startkde-trinity.1.gz"
+ x-session-manager.1.gz "/opt/trinity/share/man/man1/starttde-trinity.1.gz"
;;