summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdebase/debian/kdm-trinity.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/squeeze/tdebase/debian/kdm-trinity.config')
-rw-r--r--debian/squeeze/tdebase/debian/kdm-trinity.config10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/squeeze/tdebase/debian/kdm-trinity.config b/debian/squeeze/tdebase/debian/kdm-trinity.config
index 3525d7740..1d73249f7 100644
--- a/debian/squeeze/tdebase/debian/kdm-trinity.config
+++ b/debian/squeeze/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)