post_install() {
  fc-cache -s
  mkfontscale /usr/share/fonts/TTF
  mkfontdir /usr/share/fonts/TTF
}

post_upgrade() {
  post_install
}
