diff --git a/debian/changelog b/debian/changelog index e0fd053f..dee48aed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -byobu (4.10) unreleased; urgency=low +byobu (4.10-0ubuntu1) oneiric; urgency=low - * UNRELEASED + * debian/postinst: + - re-enable postinst to succeed on hardy - -- Dustin Kirkland Thu, 02 Jun 2011 15:22:15 -0400 + -- Dustin Kirkland Sat, 11 Jun 2011 09:42:03 -0400 byobu (4.9-0ubuntu1) oneiric; urgency=low diff --git a/debian/postinst b/debian/postinst index 80d38a28..42957c0e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -14,7 +14,7 @@ fi # Clean up any old-school screen-profiles diversions of /usr/bin/screen if [ -f /usr/bin/screen ] && [ -f /usr/bin/screen.real ]; then - divertpkg=$(dpkg-divert --listpackage /usr/bin/screen) + divertpkg=$(dpkg-divert --listpackage /usr/bin/screen || true) if [ "$divertpkg" = "screen-profiles" ]; then rm -f /usr/bin/screen dpkg-divert --package screen-profiles --rename --remove /usr/bin/screen