makedeb


ttf-migu 20200307-1


Good looking Japanese TrueType font by mixing M+ and IPA.

Viewing /ttf-migu.postinst.

View raw.

Click here to go back to the Git tree for ttf-migu.

#!/bin/bash
  echo -n "Updating font cache... "
  fc-cache -f > /dev/null
  mkfontscale /usr/share/fonts/TTF
  mkfontdir /usr/share/fonts/TTF
  echo "done."