diff options
Diffstat (limited to 'abs/extra/gvfs/gvfs.install')
-rw-r--r-- | abs/extra/gvfs/gvfs.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/extra/gvfs/gvfs.install b/abs/extra/gvfs/gvfs.install new file mode 100644 index 0000000..3482d99 --- /dev/null +++ b/abs/extra/gvfs/gvfs.install @@ -0,0 +1,14 @@ +post_install() { + gio-querymodules /usr/lib/gio/modules + glib-compile-schemas /usr/share/glib-2.0/schemas + killall -USR1 gvfsd >&/dev/null || : +} + +post_upgrade() { + post_install +} + +post_remove() { + gio-querymodules /usr/lib/gio/modules + glib-compile-schemas /usr/share/glib-2.0/schemas +} |