mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
* usr/bin/purge-old-kernels:
- fix $APT_OPS position, thanks Benjamin J. Stassart
This commit is contained in:
parent
424d9abe52
commit
fb1b034ddd
2 changed files with 4 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue