diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-09 11:38:38 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-09 11:38:38 -0500 |
commit | c1049b58d84c6e78ef6647a5b30780d3f5469a8e (patch) | |
tree | 9534468e024c40e28de704574603c9b09d420c03 /ubuntu/precise/tdebase/debian/ksmserver-trinity.postrm | |
parent | 363baf857d4be40f76d42bf2c831e8defc792798 (diff) | |
download | tde-packaging-c1049b58d84c6e78ef6647a5b30780d3f5469a8e.tar.gz tde-packaging-c1049b58d84c6e78ef6647a5b30780d3f5469a8e.zip |
Remove dpkg-diverts for plasma on Debian and Ubuntu
This resolves Bug 113
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) |