mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* 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 Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
8483a785b5
commit
f83fc5a528
2 changed files with 11 additions and 3 deletions
|
@ -66,5 +66,12 @@ sed -i "s/-/_/g" "$HOME/.$PKG/status"
|
||||||
sed -i "s/^disk.*=/disk=/" "$HOME/.$PKG/status"
|
sed -i "s/^disk.*=/disk=/" "$HOME/.$PKG/status"
|
||||||
sed -i "s/^network.*=/network=/" "$HOME/.$PKG/status"
|
sed -i "s/^network.*=/network=/" "$HOME/.$PKG/status"
|
||||||
|
|
||||||
|
# Affects: Upgrades from <= byobu-2.16
|
||||||
|
# screen-launcher was renamed byobu-launcher; if the user has byobu
|
||||||
|
# set to auto-launch, update their configuration to use the byobu-launcher
|
||||||
|
if grep -qs "screen-launcher$" "$HOME/.profile"; then
|
||||||
|
/usr/share/$PKG/byobu-launcher-install
|
||||||
|
fi
|
||||||
|
|
||||||
# Clean up flag
|
# Clean up flag
|
||||||
rm -f "$FLAG"
|
rm -f "$FLAG"
|
||||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -3,10 +3,11 @@ byobu (2.18) unreleased; urgency=low
|
||||||
* debian/screen-profiles.postinst: try to remove the dpkg-divert, but
|
* debian/screen-profiles.postinst: try to remove the dpkg-divert, but
|
||||||
if it fails, let the installation proceed, since we've copied
|
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, LP: #393204
|
||||||
* byobu-launcher-uninstall: byobu-launcher is no longer fully qualified,
|
* byobu-launcher-uninstall, byobu-janitor: byobu-launcher is no longer
|
||||||
update the remove to account for this
|
fully qualified, update the remove to account for this; clean out
|
||||||
|
old screen-launcher entries as a janitor item LP: #392978
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 15:38:17 -0700
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 15:49:38 -0700
|
||||||
|
|
||||||
byobu (2.17-0ubuntu1) karmic; urgency=low
|
byobu (2.17-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue