Merge pull request #70 from mobilegmYT/patch-4

Fix uninstall for emoji font
pull/71/head
Botspot 5 years ago committed by GitHub
commit 7a3841d415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save