diff options
Diffstat (limited to 'ubuntu/precise/tdebase/debian/ksmserver-trinity.postrm')
-rw-r--r-- | ubuntu/precise/tdebase/debian/ksmserver-trinity.postrm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ubuntu/precise/tdebase/debian/ksmserver-trinity.postrm b/ubuntu/precise/tdebase/debian/ksmserver-trinity.postrm index 424143ebe..b4c661eaa 100644 --- a/ubuntu/precise/tdebase/debian/ksmserver-trinity.postrm +++ b/ubuntu/precise/tdebase/debian/ksmserver-trinity.postrm @@ -4,13 +4,6 @@ package_name=ksmserver-trinity case "$1" in remove) - # Intrepid plasma - dpkg-divert --package $package_name \ - --rename --remove /usr/bin/plasma - - # Jaunty plasma-desktop - dpkg-divert --package $package_name \ - --rename --remove /usr/bin/plasma-desktop ;; purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) |