* usr/bin/purge-old-kernels:

- fix $APT_OPS position, thanks Benjamin J. Stassart
This commit is contained in:
Dustin Kirkland 2017-02-06 12:16:18 -06:00
commit fb1b034ddd
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ byobu (5.115) unreleased; urgency=medium
* debian/control:
- depend on net-tools, for ifconfig
* usr/bin/purge-old-kernels:
- fix $APT_OPS position, thanks Benjamin J. Stassart
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 27 Jan 2017 08:31:01 -0600

View file

@ -71,5 +71,5 @@ if ! apt-get install --fix-broken --dry-run >/dev/null 2>&1; then
dpkg --purge $PURGE
apt-get install --fix-broken
fi
apt-get $APT_OPTS remove --purge $PURGE
apt-get $APT_OPTS autoremove --purge
apt-get remove $APT_OPTS --purge $PURGE
apt-get autoremove $APT_OPTS --purge