Skip to content
Snippets Groups Projects
Commit d4e38bab authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

40-configure_le5: Should never use "-r" on "rm" when not necessary

parent e100b951
Branches
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ if cat "$INSTLIST" | grep -v "^#" | grep -q "le-plymouth"; then
touch "$TMP"/NEW_INITRD
fi
rm -rf "$CDDIR"/wubi.exe "$CDDIR"/autorun.inf
rm -f "$CDDIR"/wubi.exe "$CDDIR"/autorun.inf
cat << EOF >> $CHROOTDIR/etc/skel/.profile
if [ -e "/var/lib/le-search/search.xml" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment