Skip to content

Commit 0642553

Browse files
committed
Do not keep resolv.conf
1 parent 2ac0569 commit 0642553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Scripts/Arch/cleanup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ find "$BASEPATH"/usr/share -mindepth 1 -maxdepth 1 \
3939

4040
# rm everything in /etc except /etc/alternatives and ld stuff
4141
find "$BASEPATH"/etc -mindepth 1 -maxdepth 1 \
42-
\! -name 'resolv.conf' -a \
4342
\! -name 'ld.so*' -a \
4443
\! -name OpenCL \
4544
-exec rm -rf {} \;

0 commit comments

Comments
 (0)