* usr/bin/purge-old-kernels:

- make sure we pass through the -f|-y apt options
This commit is contained in:
Dustin Kirkland 2017-11-07 17:13:41 +11:00
commit 4311382b18
2 changed files with 6 additions and 1 deletions

5
debian/changelog vendored
View file

@ -1,5 +1,6 @@
byobu (5.124) unreleased; urgency=medium
[ Dustin Kirkland ]
* usr/bin/wifi-status:
- add a speedometer split
* debian/control, usr/bin/wifi-status,
@ -8,6 +9,10 @@ byobu (5.124) unreleased; urgency=medium
* === added directory snap, snap/snapcraft.yaml:
- initial crack at snap packaging
[ Charles Alva ]
* usr/bin/purge-old-kernels:
- make sure we pass through the -f|-y apt options
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 25 Sep 2017 10:28:42 -0500
byobu (5.123-0ubuntu1) artful; urgency=medium

View file

@ -26,4 +26,4 @@
# If you still have old kernels lying around after this, please
# file a bug against apt: https://bugs.launchpad.net/ubuntu/+source/apt/+filebug
sudo apt-get autoremove
sudo apt-get $@ autoremove