summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.config
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:13:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:13:14 -0600
commit80e4199df2ac852cfb22848698cabe9ba28e5a67 (patch)
treed581467b4a60992a84df31cb33471695182246a2 /ubuntu/maverick_automake/kdebase/debian/kdm-kde3.config
parentec880882c231baf5c4d02ed1657765b9c3b406cb (diff)
downloadtde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.tar.gz
tde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.zip
Part 1 of 2 of kdm rename
Diffstat (limited to 'ubuntu/maverick_automake/kdebase/debian/kdm-kde3.config')
-rw-r--r--ubuntu/maverick_automake/kdebase/debian/kdm-kde3.config10
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.config b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.config
index 9a19df1e0..1ecedb65c 100644
--- a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.config
+++ b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.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-kde3
+THIS_PACKAGE=tdm-kde3
# 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)