mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: clean up dirs from purged packages
This commit is contained in:
parent
d6008cdb2a
commit
2bf706ebe6
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ purge="
|
|||
xxd
|
||||
xz-utils
|
||||
"
|
||||
# clean up files packages to be purged, then purge the packages
|
||||
rm -rf /var/run/dbus /var/log/unattended-upgrades
|
||||
apt-get purge $purge
|
||||
|
||||
apt-get upgrade --download-only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue