summaryrefslogtreecommitdiffstats
path: root/abs/extra/gvfs/gvfs.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-15 15:45:51 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-15 15:45:51 (GMT)
commite2e602db9a333f955220e1abae0682a453963d53 (patch)
treeeb2ae8c226d3f6b5e9f13a3c12e92ebb1f248650 /abs/extra/gvfs/gvfs.install
parentce132af71c37c734dddb97ca9bb873218cea9309 (diff)
downloadlinhes_pkgbuild-e2e602db9a333f955220e1abae0682a453963d53.zip
linhes_pkgbuild-e2e602db9a333f955220e1abae0682a453963d53.tar.gz
linhes_pkgbuild-e2e602db9a333f955220e1abae0682a453963d53.tar.bz2
gvfs 1.12.3
-new
Diffstat (limited to 'abs/extra/gvfs/gvfs.install')
-rw-r--r--abs/extra/gvfs/gvfs.install14
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
+}