* byobu-launcher-uninstall: byobu-launcher is no longer fully qualified,

update the remove to account for this


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-30 15:38:59 -07:00
commit 8483a785b5
2 changed files with 5 additions and 3 deletions

View file

@ -22,8 +22,8 @@
remove_launcher() {
dest=$1
if [ -w "$dest" ]; then
sed -i '/\/usr\/bin\/byobu-launcher$/d' "$dest"
sed -i '/\/usr\/bin\/screen-launcher$/d' "$dest"
sed -i '/byobu-launcher$/d' "$dest"
sed -i '/screen-launcher$/d' "$dest"
fi
# the install disabled motd printing; re-enable
rm "$HOME"/.hushlogin 2>/dev/null || true

4
debian/changelog vendored
View file

@ -3,8 +3,10 @@ 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
* byobu-launcher-uninstall: byobu-launcher is no longer fully qualified,
update the remove to account for this
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 29 Jun 2009 15:14:59 -0700
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 15:38:17 -0700
byobu (2.17-0ubuntu1) karmic; urgency=low