post_install() { echo -n "Updating font cache... " fc-cache -fs >/dev/null mkfontscale usr/share/fonts/{TTF,OTF} mkfontdir usr/share/fonts/{TTF,OTF} echo "Done." } post_upgrade() { post_install } post_remove() { post_install }