post_install() {
    /usr/bin/kbuildsycoca4 --global &> /dev/null
    sbin/ldconfig -r .
}

post_upgrade() {
  post_install
}

pre_remove() {
  post_install
}
