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