We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac0569 commit 0642553Copy full SHA for 0642553
Scripts/Arch/cleanup.sh
@@ -39,7 +39,6 @@ find "$BASEPATH"/usr/share -mindepth 1 -maxdepth 1 \
39
40
# rm everything in /etc except /etc/alternatives and ld stuff
41
find "$BASEPATH"/etc -mindepth 1 -maxdepth 1 \
42
- \! -name 'resolv.conf' -a \
43
\! -name 'ld.so*' -a \
44
\! -name OpenCL \
45
-exec rm -rf {} \;
0 commit comments