mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
changelog/doc updates, discard dpkg-divert error noise :-/
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
68fcf9f41f
commit
793fac0b91
2 changed files with 5 additions and 4 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -2,14 +2,15 @@ byobu (2.18) unreleased; urgency=low
|
|||
|
||||
* debian/screen-profiles.postinst: try to remove the dpkg-divert, but
|
||||
if it fails, let the installation proceed, since we've copied
|
||||
screen.real back into place now, LP: #393204
|
||||
screen.real back into place now, (much hate shall descend upon
|
||||
dpkg-divert!!!), LP: #393204
|
||||
* byobu-launcher-uninstall, byobu-janitor: byobu-launcher is no longer
|
||||
fully qualified, update the remove to account for this; clean out
|
||||
old screen-launcher entries as a janitor item LP: #392978
|
||||
* keybindings/f-keys, keybindings/screen-escape-keys: call the
|
||||
byobu-config window 'config', rather than 'help'
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 16:02:38 -0700
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 16:08:47 -0700
|
||||
|
||||
byobu (2.17-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
4
debian/screen-profiles.postinst
vendored
4
debian/screen-profiles.postinst
vendored
|
@ -8,8 +8,8 @@ if dpkg --compare-versions "$2" lt-nl 2.0; then
|
|||
# we don't want that to happen
|
||||
cp -a /usr/bin/screen.real /usr/bin/screen
|
||||
fi
|
||||
# clean up old screen diversion
|
||||
dpkg-divert --package screen-profiles --rename --remove /usr/bin/screen || true
|
||||
# clean up old screen diversion, but don't fail on its removal
|
||||
dpkg-divert --package screen-profiles --rename --remove /usr/bin/screen 2>/dev/null || true
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue