#!/bin/bash sudo rm -f /usr/local/share/fonts/NotoColorEmoji.ttf || error "Failed to remove font file!" fc-cache -f || error "Failed to run fc-cache!"