Skip to content
Snippets Groups Projects
Commit 1faad3b9 authored by Diego Pasqualin's avatar Diego Pasqualin Committed by Diego Giovane Pasqualin
Browse files

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

parent e5499ebc
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ if cat "$INSTLIST" | grep -v "^#" | grep -q "le-plymouth"; then ...@@ -201,7 +201,7 @@ if cat "$INSTLIST" | grep -v "^#" | grep -q "le-plymouth"; then
touch "$TMP"/NEW_INITRD touch "$TMP"/NEW_INITRD
fi fi
rm -rf "$CDDIR"/wubi.exe "$CDDIR"/autorun.inf rm -f "$CDDIR"/wubi.exe "$CDDIR"/autorun.inf
cat << EOF >> $CHROOTDIR/etc/skel/.profile cat << EOF >> $CHROOTDIR/etc/skel/.profile
if [ -e "/var/lib/le-search/search.xml" ]; then 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