post_install() {
  killall -USR1 gvfsd >&/dev/null || :
}

post_upgrade() {
  post_install
}