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.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gvfs/gvfs.install b/extra/gvfs/gvfs.install
index 9458b1513..3482d99e3 100644
--- a/extra/gvfs/gvfs.install
+++ b/extra/gvfs/gvfs.install
@@ -1,6 +1,6 @@
post_install() {
- usr/bin/gio-querymodules usr/lib/gio/modules
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ gio-querymodules /usr/lib/gio/modules
+ glib-compile-schemas /usr/share/glib-2.0/schemas
killall -USR1 gvfsd >&/dev/null || :
}
@@ -9,6 +9,6 @@ post_upgrade() {
}
post_remove() {
- usr/bin/gio-querymodules usr/lib/gio/modules
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ gio-querymodules /usr/lib/gio/modules
+ glib-compile-schemas /usr/share/glib-2.0/schemas
}