From 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 9 Mar 2014 03:26:50 +0100 Subject: Housekeeping in Debian and Ubuntu --- .../lucid_automake/kdebase/debian/tdm-kde3.postrm | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 ubuntu/lucid_automake/kdebase/debian/tdm-kde3.postrm (limited to 'ubuntu/lucid_automake/kdebase/debian/tdm-kde3.postrm') diff --git a/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.postrm b/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.postrm deleted file mode 100644 index f33a54fc4..000000000 --- a/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.postrm +++ /dev/null @@ -1,38 +0,0 @@ -#! /bin/sh -e - -case "$1" in - purge) - rm -rf /var/log/tdm-kde3.log* - ;; - - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -if [ "$1" = "abort-install" -o "$1" = "abort-upgrade" ]; then - # roll back displacement of default display manager file - if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE.dpkg-tmp" ]; then - # FIXME - redo this part uses shell-lib.sh from xfree86 - #observe "rolling back change of default X display manager" - mv "$DEFAULT_DISPLAY_MANAGER_FILE.dpkg-tmp" "$DEFAULT_DISPLAY_MANAGER_FILE" - fi -fi - -if [ "$1" = "purge" ]; then - for DIR in /var/lib/tdm-kde3; do - if [ -d "$DIR" ]; then - rm -rf "$DIR" - fi - done - rm -f /var/log/tdm-kde3.log* -fi - -#DEBHELPER# - -exit 0 -- cgit v1.2.1