diff --git a/Scripts/Arch/cleanup.sh b/Scripts/Arch/cleanup.sh index 999bbf8..2208a23 100644 --- a/Scripts/Arch/cleanup.sh +++ b/Scripts/Arch/cleanup.sh @@ -39,7 +39,6 @@ find "$BASEPATH"/usr/share -mindepth 1 -maxdepth 1 \ # rm everything in /etc except /etc/alternatives and ld stuff find "$BASEPATH"/etc -mindepth 1 -maxdepth 1 \ - \! -name 'resolv.conf' -a \ \! -name 'ld.so*' -a \ \! -name OpenCL \ -exec rm -rf {} \;