diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-06-26 01:13:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-06-26 01:13:08 +0200 |
commit | ab0666a79313cc1b5e6ae7f71d566b31fb12c5b2 (patch) | |
tree | 982cdecec2662f47187f94da2436ae05e79894cd /ubuntu/maverick/tdebase/debian/tdm-trinity.postinst | |
parent | 0c2f8a56ca10b0ac05eba3f2ef5c2041f43a4232 (diff) | |
download | tde-packaging-ab0666a79313cc1b5e6ae7f71d566b31fb12c5b2.tar.gz tde-packaging-ab0666a79313cc1b5e6ae7f71d566b31fb12c5b2.zip |
Fixes for kdm-trinity and tdm-trinity on Debian and Ubuntu
+ remove kdm-trinity.conf during upgrade to tdm-trinity
+ remove tdm-trinity.conf when remove tdm-trinity
+ stop kdm-trinity during upgrade to tdm-trinity
+ start tdm-trinity during install tdm-trinity
+ stop tdm-trinity when remove tdm-trinity
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/tdm-trinity.postinst')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdm-trinity.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst index b0caf668a..d41437889 100644 --- a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst +++ b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst @@ -63,7 +63,7 @@ for HOST in "" \ fi done # or if it's already running -if start-stop-daemon --stop --quiet --signal 0 --pid /var/run/tdm.pid --name tdm-trinity; then +if start-stop-daemon --stop --quiet --signal 0 --pid /var/run/tdm.pid --exec /opt/trinity/bin/tdm; then NOSTART=yes fi # or if the options file says not to |