From 4311382b18d926880044099c845c25b25276e470 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 7 Nov 2017 17:13:41 +1100 Subject: [PATCH] * usr/bin/purge-old-kernels: - make sure we pass through the -f|-y apt options --- debian/changelog | 5 +++++ usr/bin/purge-old-kernels | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b994b639..12a1cc04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 25 Sep 2017 10:28:42 -0500 byobu (5.123-0ubuntu1) artful; urgency=medium diff --git a/usr/bin/purge-old-kernels b/usr/bin/purge-old-kernels index 74680ab3..068abec0 100755 --- a/usr/bin/purge-old-kernels +++ b/usr/bin/purge-old-kernels @@ -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