mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
releasing 4.10
This commit is contained in:
parent
2c889baecb
commit
f8fbca47d5
2 changed files with 5 additions and 4 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Thu, 02 Jun 2011 15:22:15 -0400
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 11 Jun 2011 09:42:03 -0400
|
||||
|
||||
byobu (4.9-0ubuntu1) oneiric; urgency=low
|
||||
|
||||
|
|
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue