summaryrefslogtreecommitdiff
path: root/testing/gvfs/gvfs.install
blob: 9458b15130ea091a236f7e7644c99f9062d61093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  usr/bin/gio-querymodules usr/lib/gio/modules
  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
  killall -USR1 gvfsd >&/dev/null || :
}

post_upgrade() {
  post_install
}

post_remove() {
  usr/bin/gio-querymodules usr/lib/gio/modules
  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
}