mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/postinst, debian/postrm: LP: #1050249
- clean up obsolete config file
This commit is contained in:
parent
13c3ccf9c9
commit
bb3ac1ec81
3 changed files with 8 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.22) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/bin/byobu-config, usr/bin/byobu-ctrl-a: LP: #1019743
|
* usr/bin/byobu-config, usr/bin/byobu-ctrl-a: LP: #1019743
|
||||||
- fix escape sequence setting in config with tmux
|
- fix escape sequence setting in config with tmux
|
||||||
|
* debian/postinst, debian/postrm: LP: #1050249
|
||||||
|
- clean up obsolete config file
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Jul 2012 12:02:34 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Jul 2012 12:02:34 -0500
|
||||||
|
|
||||||
|
|
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -43,6 +43,9 @@ if [ -d "$SOCKETDIR" ]; then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Clean-up obsolete config file
|
||||||
|
rm -f /etc/byobu/statusrc || true
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
# vi: syntax=sh ts=4 noexpandtab
|
# vi: syntax=sh ts=4 noexpandtab
|
||||||
|
|
3
debian/postrm
vendored
3
debian/postrm
vendored
|
@ -6,4 +6,7 @@ PKG="byobu"
|
||||||
# symlink, if it exists
|
# symlink, if it exists
|
||||||
rm -f /etc/profile.d/Z98-$PKG.sh
|
rm -f /etc/profile.d/Z98-$PKG.sh
|
||||||
|
|
||||||
|
# Clean-up obsolete config file
|
||||||
|
rm -f /etc/byobu/statusrc || true
|
||||||
|
|
||||||
# vi: syntax=sh ts=4 noexpandtab
|
# vi: syntax=sh ts=4 noexpandtab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue