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

40-configure_minicom: Remove unnecessary "-r" on rm command

parent 64226830
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ if cat "$INSTLIST" | grep -v "^#" | grep -q "le-plymouth"; then ...@@ -194,7 +194,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