debian/prerm: the for loop might not actually do anything, so make

sure we do "something", like run "true", LP: #441788
This commit is contained in:
Dustin Kirkland 2009-10-16 12:36:02 -05:00
commit 79008190b0
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ byobu (2.39) unreleased; urgency=low
desktop icon for Byobu, LP: #449200
* bin/menu: improve logic for the menu button, to explicitly look for
screen-escape-keys (^a-@), or none (byobu-config), else (F9), LP: #450421
* debian/prerm: the for loop might not actually do anything, so make
sure we do "something", like run "true", LP: #441788
[ Derek Carter ]
* rpm/byobu.spec: updated for Fedora 11

2
debian/prerm vendored
View file

@ -7,4 +7,6 @@ for i in /usr/bin/screen-profiles-status /usr/bin/screen-launcher; do
[ -h "$i" ] && rm -f "$i"
done
true
#DEBHELPER#