summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick_automake/kdebase/debian/kdm-kde3.postrm')
-rw-r--r--ubuntu/maverick_automake/kdebase/debian/kdm-kde3.postrm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.postrm b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.postrm
index 77e9f362d..f33a54fc4 100644
--- a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.postrm
+++ b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.postrm
@@ -2,7 +2,7 @@
case "$1" in
purge)
- rm -rf /var/log/kdm-kde3.log*
+ rm -rf /var/log/tdm-kde3.log*
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
@@ -25,12 +25,12 @@ if [ "$1" = "abort-install" -o "$1" = "abort-upgrade" ]; then
fi
if [ "$1" = "purge" ]; then
- for DIR in /var/lib/kdm-kde3; do
+ for DIR in /var/lib/tdm-kde3; do
if [ -d "$DIR" ]; then
rm -rf "$DIR"
fi
done
- rm -f /var/log/kdm-kde3.log*
+ rm -f /var/log/tdm-kde3.log*
fi
#DEBHELPER#