From 80e4199df2ac852cfb22848698cabe9ba28e5a67 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 22 Jan 2012 00:13:14 -0600 Subject: Part 1 of 2 of kdm rename --- ubuntu/maverick/tdebase/debian/kdm-trinity.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ubuntu/maverick/tdebase/debian/kdm-trinity.config') 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) -- cgit v1.2.1