PPSSPP: uninstall: use rm -f for desktop file removal

pull/925/head
Botspot 4 years ago
parent 8d549df4e3
commit dcfd8b8411

@ -10,6 +10,6 @@ function error {
#if your app installs any packages, keep this command here so those packages will be removed.
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1
rm ~/.local/share/applications/ppsspp.desktop || error "Failed to remove desktop entry!"
rm -f ~/.local/share/applications/ppsspp.desktop || error "Failed to remove desktop entry!"
rm -rf ~/ppsspp || error "Failed to remove install directory!"

Loading…
Cancel
Save