* usr/bin/purge-old-kernels: LP: #1532153

- run autoremove afterwards, to clean up anything else
This commit is contained in:
Dustin Kirkland 2016-07-29 11:08:23 -05:00
commit f218f7263b
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View file

@ -10,6 +10,8 @@ byobu (5.110) unreleased; urgency=medium
* usr/bin/purge-old-kernels: LP: #1595977
- modify the kernel purge algorithm slightly to better handle efi
and virtual kernels
* usr/bin/purge-old-kernels: LP: #1532153
- run autoremove afterwards, to clean up anything else
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 05 Jul 2016 10:47:25 -0500

View file

@ -65,3 +65,4 @@ if [ -z "$PURGE" ]; then
fi
apt $APT_OPTS remove --purge $PURGE
apt $APT_OPTS autoremove --purge