summaryrefslogtreecommitdiffstats
path: root/abs/extra/gvfs/gvfs-smb.install
blob: da6a2ab6d399404dda8d1bda6a8c2b1648f29f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  glib-compile-schemas /usr/share/glib-2.0/schemas
  killall -USR1 gvfsd >&/dev/null || :
}

post_upgrade() {
  post_install
}

post_remove() {
  glib-compile-schemas /usr/share/glib-2.0/schemas
}