mirror of
https://github.com/valitydev/linux-sysprep.git
synced 2024-11-06 02:25:18 +00:00
Fix /var/cache deletions
This commit is contained in:
parent
4711fcfdc6
commit
bfbe3eaa46
@ -441,8 +441,8 @@ script() {
|
||||
run "rm -f /etc/conf.d/net"
|
||||
verbose
|
||||
verbose "# Clear misc caches"
|
||||
run "rm -rf /var/cache/eix"
|
||||
run "rm -rf /var/cache/salt"
|
||||
run "rm -rf /var/cache/eix/*"
|
||||
run "rm -rf /var/cache/salt/*"
|
||||
verbose
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user