ttf-mutant-emoji.install 417 B

12345678910111213
  1. post_install() {
  2. echo
  3. echo " See /etc/fonts/conf.avail/75-mutant-standard-emoji.conf for how to enforce rendering emojis via JoyPixels"
  4. echo " It conflicts with other fonts, so either symlink it to /etc/fonts/conf.d/ or copy and modify as needed."
  5. echo
  6. }
  7. post_remove() {
  8. echo
  9. echo " Make sure to remove /etc/fonts/conf.d/75-mutant-standard-emoji.conf if you created it earlier"
  10. echo
  11. }