makedeb


nerd-fonts-ricty 4.1.1-1


Japanese TrueType font for developers by mixing InconsolataGo patched nerd-fonts and Migu 1M.

Viewing /nerd-fonts-ricty.install.

View raw.

Click here to go back to the Git tree for nerd-fonts-ricty.

post_install() {
  echo -n "Updating font cache... "
  fc-cache -f > /dev/null
  mkfontscale /usr/share/fonts/TTF
  mkfontdir /usr/share/fonts/TTF
  echo "done."
}

post_upgrade() {
  echo -n "Updating font cache... "
  fc-cache -f > /dev/null
  mkfontscale /usr/share/fonts/TTF
  mkfontdir /usr/share/fonts/TTF
  echo "done."
}

post_remove() {
  echo -n "Updating font cache... "
  fc-cache -f > /dev/null
  mkfontscale /usr/share/fonts/TTF
  mkfontdir /usr/share/fonts/TTF
  echo "done."
}