summaryrefslogtreecommitdiff
path: root/extra/gvfs/gvfs.install
blob: 5acc60f8f36fcf13497d59c39ead6136dee8cdb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  usr/bin/gio-querymodules usr/lib/gio/modules
  killall -USR1 gvfsd >&/dev/null || :
}

post_upgrade() {
  post_install
}

post_remove() {
  usr/bin/gio-querymodules usr/lib/gio/modules
}