post_install() { fc-cache -f > /dev/null } post_upgrade() { post_install $1 } post_remove() { post_install $1 }