diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-09-20 05:08:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-09-20 05:09:35 +0200 |
commit | 792dcb70908ef0c2311d237a156a40e92ee34e0f (patch) | |
tree | d6f3c9809308658a098484e8a7768bb30de02a01 /ubuntu/maverick/tdebase/debian/tdm-trinity.postinst | |
parent | 038eb45e0f20ed22c0825bfaa2c1af938afbd07d (diff) | |
download | tde-packaging-792dcb70908ef0c2311d237a156a40e92ee34e0f.tar.gz tde-packaging-792dcb70908ef0c2311d237a156a40e92ee34e0f.zip |
Rename tdm-trinity.service on Ubuntu to match name of tdm binary
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 55eba1f800c4e92d2359ce052e677f2bb36a4ed5)
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/tdm-trinity.postinst')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdm-trinity.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst index c33169e82..ec394f9cf 100644 --- a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst +++ b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst @@ -49,7 +49,6 @@ DEFAULT_SERVICE=/etc/systemd/system/display-manager.service if [ "$1" = configure ] && [ -d /etc/systemd/system/ ]; then if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then SERVICE=/lib/systemd/system/$(basename $(cat "$DEFAULT_DISPLAY_MANAGER_FILE")).service - SERVICE=`echo "$SERVICE" | sed "s/tdm\./tdm-trinity./"` if [ -h "$DEFAULT_SERVICE" ] && [ $(readlink "$DEFAULT_SERVICE") = /dev/null ]; then echo "Display manager service is masked" >&2 elif [ -e "$SERVICE" ]; then |