summarylogtreecommitdiffstats
path: root/ttf-mutant-emoji.install
blob: 02fe9df39ebd600fd9311c1853e20ae995466f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo
    echo "  See /etc/fonts/conf.avail/75-mutant-standard-emoji.conf for how to enforce rendering emojis via JoyPixels"
    echo "  It conflicts with other fonts, so either symlink it to /etc/fonts/conf.d/ or copy and modify as needed."
    echo
}

post_remove() {
    echo
    echo "  Make sure to remove /etc/fonts/conf.d/75-mutant-standard-emoji.conf if you created it earlier"
    echo
}