We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d352a25 commit 2193fb0Copy full SHA for 2193fb0
libinput-gestures-setup
@@ -190,10 +190,10 @@ else
190
fi
191
192
# Remove any old configuration from earlier versions of program
193
- rm -fv ~/bin/$NAME
194
- rm -fv ~/.local/bin/$NAME
195
- rm -fv ~/.local/share/applications/$NAME.desktop
196
- rm -fv ~/.local/share/icons/$NAME.png
+ rm -fv ~/bin/$NAME 2>/dev/null
+ rm -fv ~/.local/bin/$NAME 2>/dev/null
+ rm -fv ~/.local/share/applications/$NAME.desktop 2>/dev/null
+ rm -fv ~/.local/share/icons/$NAME.png 2>/dev/null
197
198
# Look for and update any autostart file if it is a link or not
199
# pointing to the latest desktop entry. Apparently user autostart
0 commit comments