* debian/postrm:

- fix lintian error
This commit is contained in:
Dustin Kirkland 2013-01-08 22:32:14 -06:00
commit a6ea5a6882
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View file

@ -33,6 +33,8 @@ byobu (5.23) unreleased; urgency=low
+ except use tabs instead of spaces, and allow lines longer than
80 characters
- this should get byobu's python code working better with python3
* debian/postrm:
- fix lintian error
[ Dustin Kirkland and Philip Muškovac ]
* usr/lib/byobu/battery: LP: #1090831

2
debian/postrm vendored
View file

@ -9,4 +9,6 @@ rm -f /etc/profile.d/Z98-$PKG.sh
# Clean-up obsolete config file
rm -f /etc/byobu/statusrc || true
#DEBHELPER#
# vi: syntax=sh ts=4 noexpandtab