From 53cb84a5f362570dad0d3d8f1a49e0a2c246b728 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 25 Jun 2009 08:22:50 -0500 Subject: [PATCH] * byobu-launcher-uninstall: uninstall old screen-launcher entries too, LP: #391913 Signed-off-by: Dustin Kirkland --- byobu-launcher-uninstall | 1 + debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/byobu-launcher-uninstall b/byobu-launcher-uninstall index 940f1705..f699f91c 100755 --- a/byobu-launcher-uninstall +++ b/byobu-launcher-uninstall @@ -23,6 +23,7 @@ remove_launcher() { dest=$1 if [ -w "$dest" ]; then sed -i '/\/usr\/bin\/byobu-launcher$/d' "$dest" + sed -i '/\/usr\/bin\/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 0b6f9897..42238ceb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ byobu (2.17) unreleased; urgency=low * debian/postinst: can't assume a group named for the user, LP: #391722 * bin/mem_available: read mem_available from /proc, should be more efficient + * byobu-launcher-uninstall: uninstall old screen-launcher entries too, + LP: #391913 - -- Dustin Kirkland Wed, 24 Jun 2009 13:32:18 -0500 + -- Dustin Kirkland Thu, 25 Jun 2009 08:22:21 -0500 byobu (2.16-0ubuntu1) karmic; urgency=low