From dcf1622724b2eb88dc035270bd9ead3f644ba555 Mon Sep 17 00:00:00 2001 From: RPI News <44128563+mobilegmYT@users.noreply.github.com> Date: Fri, 6 Nov 2020 11:17:03 -0700 Subject: [PATCH] Fix uninstall for emoji font --- 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 54ad9e1..d9320c1 100755 --- a/apps/Color Emoji font/uninstall +++ b/apps/Color Emoji font/uninstall @@ -7,4 +7,5 @@ function error { exit 1 } -rm '~/.fonts/Noto Color Emoji.ttf' '~/.fonts/Segoe UI.ttf' +rm "$HOME/.fonts/Noto Color Emoji.ttf" "$HOME/.fonts/Segoe UI.ttf" +