mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
system: better cleanup of *.pkgsave files
These mostly appear on development systems but are basically not required in any case.
This commit is contained in:
parent
e22a0656f8
commit
354d5e09f2
@ -7,4 +7,6 @@
|
||||
touch /usr/local/opnsense/www/index.php
|
||||
|
||||
# remove spurious .pkgsave files pkg may have created
|
||||
daemon -f find /usr/local -type f -name "*.pkgsave" -delete
|
||||
for DIR in /boot /usr/libexec/bsdinstall /usr/local; do
|
||||
daemon -f find ${DIR} -type f -name "*.pkgsave" -delete
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user