From 503034bfe282c58ff13c42c7a6b92aa062d779b5 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Mar 2012 00:02:38 +0000 Subject: Sun Mar 11 00:02:37 UTC 2012 --- gnome-unstable/gvfs/gvfs.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gnome-unstable/gvfs/gvfs.install (limited to 'gnome-unstable/gvfs/gvfs.install') diff --git a/gnome-unstable/gvfs/gvfs.install b/gnome-unstable/gvfs/gvfs.install new file mode 100644 index 000000000..3482d99e3 --- /dev/null +++ b/gnome-unstable/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 +} -- cgit v1.2.3-54-g00ecf