post_install() {
  ldconfig -r .
}

post_upgrade() {
  ldconfig -r .
  pkill /usr/lib32/GConf/gconfd-2 || return 0
}

# vim: ts=2 sw=2 et:
