summaryrefslogtreecommitdiff
path: root/extra/gvfs/gvfs.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gvfs/gvfs.install')
-rw-r--r--extra/gvfs/gvfs.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/gvfs/gvfs.install b/extra/gvfs/gvfs.install
index 5acc60f8f..9458b1513 100644
--- a/extra/gvfs/gvfs.install
+++ b/extra/gvfs/gvfs.install
@@ -1,5 +1,6 @@
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 || :
}
@@ -9,4 +10,5 @@ post_upgrade() {
post_remove() {
usr/bin/gio-querymodules usr/lib/gio/modules
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
}