mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
9202bf632a
commit
dbdd07e009
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user