buildserver: clean up dirs from purged packages

This commit is contained in:
Hans-Christoph Steiner 2022-11-01 08:40:21 +01:00
parent d6008cdb2a
commit 2bf706ebe6
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -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