post_install() { echo -n "updating font cache... " mkfontscale /usr/share/fonts/misc mkfontdir /usr/share/fonts/misc echo "done." echo "optional: add aliases to /usr/share/fonts/misc/fonts.alias" } post_upgrade() { post_install; } post_remove() { post_install; }