From 8483a785b508e69f4780b2056488c16a0d7a4010 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 30 Jun 2009 15:38:59 -0700 Subject: [PATCH] * byobu-launcher-uninstall: byobu-launcher is no longer fully qualified, update the remove to account for this Signed-off-by: Dustin Kirkland --- byobu-launcher-uninstall | 4 ++-- debian/changelog | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/byobu-launcher-uninstall b/byobu-launcher-uninstall index f699f91c..d1767b9e 100755 --- a/byobu-launcher-uninstall +++ b/byobu-launcher-uninstall @@ -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 diff --git a/debian/changelog b/debian/changelog index 53d467ba..c3d4a2c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 29 Jun 2009 15:14:59 -0700 + -- Dustin Kirkland Tue, 30 Jun 2009 15:38:17 -0700 byobu (2.17-0ubuntu1) karmic; urgency=low