diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:13:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:13:14 -0600 |
commit | 80e4199df2ac852cfb22848698cabe9ba28e5a67 (patch) | |
tree | d581467b4a60992a84df31cb33471695182246a2 /ubuntu/maverick/tdebase/debian/kdm-trinity.config | |
parent | ec880882c231baf5c4d02ed1657765b9c3b406cb (diff) | |
download | tde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.tar.gz tde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/kdm-trinity.config')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/kdm-trinity.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/tdebase/debian/kdm-trinity.config b/ubuntu/maverick/tdebase/debian/kdm-trinity.config index 3525d7740..1d73249f7 100644 --- a/ubuntu/maverick/tdebase/debian/kdm-trinity.config +++ b/ubuntu/maverick/tdebase/debian/kdm-trinity.config @@ -1,5 +1,5 @@ #!/bin/sh -# Debian kdm package configuration script +# Debian tdm package configuration script # stolen from the xdm scripts # Copyright 2000--2003 Branden Robinson. # Licensed under the GNU General Public License, version 2. See the file @@ -10,7 +10,7 @@ set -e # source debconf library . /usr/share/debconf/confmodule -THIS_PACKAGE=kdm-trinity +THIS_PACKAGE=tdm-trinity # set default display manager DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager @@ -38,9 +38,9 @@ if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then CURRENT_DEFAULT=$(grep -v '^[[:space:]]*#' \ "$DEFAULT_DISPLAY_MANAGER_FILE" | head -n 1) - # both the binaries for kdm and kdm-kde4 share the same basename - # so we need to check if it's kdm-kde4 or another display manager - if [ "$CURRENT_DEFAULT" = "/usr/lib/kde4/bin/kdm" ]; then + # both the binaries for tdm and tdm-kde4 share the same basename + # so we need to check if it's tdm-kde4 or another display manager + if [ "$CURRENT_DEFAULT" = "/usr/lib/kde4/bin/tdm" ]; then CURRENT_DEFAULT=${THIS_PACKAGE}-kde4 else CURRENT_DEFAULT=$(basename $CURRENT_DEFAULT) |