* usr/lib/byobu/apport: LP: #1308696

- clear out the apport cache files, to detect when the crashes
    have been cleared
This commit is contained in:
Dustin Kirkland 2014-07-26 16:04:29 -05:00
commit 687af2f635
2 changed files with 4 additions and 0 deletions

3
debian/changelog vendored
View file

@ -9,6 +9,9 @@ byobu (5.83) unreleased; urgency=medium
usr/share/appdata/byobu.appdata.xml: LP: #1322556
* usr/share/byobu/profiles/tmuxrc: LP: #1315204
- fix a couple of spots that should use $BYOBU_CONFIG_DIR
* usr/lib/byobu/apport: LP: #1308696
- clear out the apport cache files, to detect when the crashes
have been cleared
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 22 Jul 2014 07:21:56 -0700

View file

@ -43,6 +43,7 @@ __apport() {
return
fi
done
rm -f "$BYOBU_RUN_DIR/status.$BYOBU_BACKEND/apport"*
}
# vi: syntax=sh ts=4 noexpandtab