From 2538fa5094d5ef477c2136f2b3c1a5c460bb6d19 Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 30 Aug 2021 12:17:50 -0500 Subject: [PATCH] color emoji font: use rm -f --- apps/Color Emoji font/uninstall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/Color Emoji font/uninstall b/apps/Color Emoji font/uninstall index d9320c1..c61c39e 100755 --- a/apps/Color Emoji font/uninstall +++ b/apps/Color Emoji font/uninstall @@ -7,5 +7,6 @@ function error { exit 1 } -rm "$HOME/.fonts/Noto Color Emoji.ttf" "$HOME/.fonts/Segoe UI.ttf" +rm -f "$HOME/.fonts/Noto Color Emoji.ttf" "$HOME/.fonts/Segoe UI.ttf" +exit 0