Changeset dbdd07e0


Ignore:
Timestamp:
10/21/2021 06:26:35 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
df35651
Parents:
9202bf63
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker3-miners.xml

    r9202bf63 rdbdd07e0  
    123123    </para>
    124124
    125 <screen role="root"><userinput remap="pre">rm -v /etc/xdg/autostart/tracker-miner-*</userinput></screen>
     125<screen role="root"><userinput remap="pre">rm -fv /etc/xdg/autostart/tracker-miner-*</userinput></screen>
    126126
    127127    <para>
Note: See TracChangeset for help on using the changeset viewer.