mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
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:
parent
7e27aad0e0
commit
79008190b0
2 changed files with 4 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
2
debian/prerm
vendored
|
@ -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#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue