mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
* usr/bin/purge-old-kernels: LP: #1532153
- run autoremove afterwards, to clean up anything else
This commit is contained in:
parent
aa56b67c99
commit
f218f7263b
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -65,3 +65,4 @@ if [ -z "$PURGE" ]; then
|
|||
fi
|
||||
|
||||
apt $APT_OPTS remove --purge $PURGE
|
||||
apt $APT_OPTS autoremove --purge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue