mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/postrm:
- fix lintian error
This commit is contained in:
parent
f541a82be9
commit
a6ea5a6882
2 changed files with 4 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -33,6 +33,8 @@ byobu (5.23) unreleased; urgency=low
|
||||||
+ except use tabs instead of spaces, and allow lines longer than
|
+ except use tabs instead of spaces, and allow lines longer than
|
||||||
80 characters
|
80 characters
|
||||||
- this should get byobu's python code working better with python3
|
- this should get byobu's python code working better with python3
|
||||||
|
* debian/postrm:
|
||||||
|
- fix lintian error
|
||||||
|
|
||||||
[ Dustin Kirkland and Philip Muškovac ]
|
[ Dustin Kirkland and Philip Muškovac ]
|
||||||
* usr/lib/byobu/battery: LP: #1090831
|
* usr/lib/byobu/battery: LP: #1090831
|
||||||
|
|
2
debian/postrm
vendored
2
debian/postrm
vendored
|
@ -9,4 +9,6 @@ rm -f /etc/profile.d/Z98-$PKG.sh
|
||||||
# Clean-up obsolete config file
|
# Clean-up obsolete config file
|
||||||
rm -f /etc/byobu/statusrc || true
|
rm -f /etc/byobu/statusrc || true
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
# vi: syntax=sh ts=4 noexpandtab
|
# vi: syntax=sh ts=4 noexpandtab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue