mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* 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:
parent
36acd09a28
commit
687af2f635
2 changed files with 4 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -9,6 +9,9 @@ byobu (5.83) unreleased; urgency=medium
|
||||||
usr/share/appdata/byobu.appdata.xml: LP: #1322556
|
usr/share/appdata/byobu.appdata.xml: LP: #1322556
|
||||||
* usr/share/byobu/profiles/tmuxrc: LP: #1315204
|
* usr/share/byobu/profiles/tmuxrc: LP: #1315204
|
||||||
- fix a couple of spots that should use $BYOBU_CONFIG_DIR
|
- 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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 22 Jul 2014 07:21:56 -0700
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,7 @@ __apport() {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
rm -f "$BYOBU_RUN_DIR/status.$BYOBU_BACKEND/apport"*
|
||||||
}
|
}
|
||||||
|
|
||||||
# vi: syntax=sh ts=4 noexpandtab
|
# vi: syntax=sh ts=4 noexpandtab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue