mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -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:
|
* debian/control:
|
||||||
- depend on net-tools, for ifconfig
|
- 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
|
-- 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
|
dpkg --purge $PURGE
|
||||||
apt-get install --fix-broken
|
apt-get install --fix-broken
|
||||||
fi
|
fi
|
||||||
apt-get $APT_OPTS remove --purge $PURGE
|
apt-get remove $APT_OPTS --purge $PURGE
|
||||||
apt-get $APT_OPTS autoremove --purge
|
apt-get autoremove $APT_OPTS --purge
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue