Fix uninstall for emoji font

pull/70/head
RPI News 4 years ago committed by GitHub
parent 23bbfb15bf
commit dcf1622724
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