* byobu-launcher-uninstall: uninstall old screen-launcher entries too,

LP: #391913


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-25 08:22:50 -05:00
commit 53cb84a5f3
2 changed files with 4 additions and 1 deletions

View file

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

4
debian/changelog vendored
View file

@ -3,8 +3,10 @@ byobu (2.17) unreleased; urgency=low
* debian/postinst: can't assume a group named for the user, LP: #391722 * debian/postinst: can't assume a group named for the user, LP: #391722
* bin/mem_available: read mem_available from /proc, should be more * bin/mem_available: read mem_available from /proc, should be more
efficient efficient
* byobu-launcher-uninstall: uninstall old screen-launcher entries too,
LP: #391913
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 24 Jun 2009 13:32:18 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 25 Jun 2009 08:22:21 -0500
byobu (2.16-0ubuntu1) karmic; urgency=low byobu (2.16-0ubuntu1) karmic; urgency=low