summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/kdebase/debian/ksmserver-trinity.postrm
diff options
context:
space:
mode:
authoralbator <albator@arcadia.vtf>2011-11-05 11:51:44 +0100
committeralbator <albator@arcadia.vtf>2011-11-05 11:51:44 +0100
commit70bc259aa3f4dbd83bd239030690759449ee714b (patch)
treeb61af2d70c64ca12dbec49053c0b20dae8ba7926 /ubuntu/maverick/kdebase/debian/ksmserver-trinity.postrm
parent1f3a44f73fa43d3c30f47ff8c4f5c414d83f4765 (diff)
parent169853a068683db6540e3b77542d5139bb7867d1 (diff)
downloadtde-packaging-70bc259aa3f4dbd83bd239030690759449ee714b.tar.gz
tde-packaging-70bc259aa3f4dbd83bd239030690759449ee714b.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/kdebase/debian/ksmserver-trinity.postrm')
-rw-r--r--ubuntu/maverick/kdebase/debian/ksmserver-trinity.postrm24
1 files changed, 0 insertions, 24 deletions
diff --git a/ubuntu/maverick/kdebase/debian/ksmserver-trinity.postrm b/ubuntu/maverick/kdebase/debian/ksmserver-trinity.postrm
deleted file mode 100644
index 3ebe49de7..000000000
--- a/ubuntu/maverick/kdebase/debian/ksmserver-trinity.postrm
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/sh -e
-
-case "$1" in
- remove)
- # Intrepid plasma
- dpkg-divert --remove --rename /usr/bin/plasma
-
- # Jaunty plasma-desktop
- dpkg-divert --remove --rename /usr/bin/plasma-desktop
- ;;
-
- purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0