diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-15 16:59:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-15 16:59:06 +0100 |
commit | 683152f3b286a04a76f31ee1eed839bbdb2ab307 (patch) | |
tree | fc382ee1f535909a1892d0e07ebeb957fa68c49f /ubuntu/maverick/applications/tdesudo/debian/postinst | |
parent | cbfc487458706037e61278c9b5263685619d47f0 (diff) | |
download | tde-packaging-683152f3b286a04a76f31ee1eed839bbdb2ab307.tar.gz tde-packaging-683152f3b286a04a76f31ee1eed839bbdb2ab307.zip |
Fix handling of diverts on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/tdesudo/debian/postinst')
-rw-r--r-- | ubuntu/maverick/applications/tdesudo/debian/postinst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/tdesudo/debian/postinst b/ubuntu/maverick/applications/tdesudo/debian/postinst index 9164f9d4a..5269ffae5 100644 --- a/ubuntu/maverick/applications/tdesudo/debian/postinst +++ b/ubuntu/maverick/applications/tdesudo/debian/postinst @@ -11,8 +11,6 @@ fi case "$1" in configure) - dpkg-divert --package $package_name --rename --remove \ - /usr/trinity/bin/tdesu || true ;; abort-upgrade) ;; |