Add -f to a rm command

We should have that policy of adding -f when rm-ing any file
that may be not present on the system.
This commit is contained in:
Pierre Labastie 2021-10-21 08:26:35 +02:00
parent 9202bf632a
commit dbdd07e009

View File

@ -122,7 +122,7 @@
tracker-miners-3:
</para>
<screen role="root"><userinput remap="pre">rm -v /etc/xdg/autostart/tracker-miner-*</userinput></screen>
<screen role="root"><userinput remap="pre">rm -fv /etc/xdg/autostart/tracker-miner-*</userinput></screen>
<para>
Install <application>Tracker-miners</application> by running the following