Don't remove all logfiles, only those that are safe to delete OBS-URL: https://build.opensuse.org/request/show/1219587 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/container-build-helpers?expand=0&rev=2
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/bash
|
|
|
|
zypper -n clean
|
|
rm -rf /var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
|