[arch-commits] Commit in gvfs/trunk (gvfs-smb.install)
Jan Steffens
heftig at archlinux.org
Sun Feb 13 17:36:51 UTC 2011
Date: Sunday, February 13, 2011 @ 12:36:51
Author: heftig
Revision: 109902
whoops
Added:
gvfs/trunk/gvfs-smb.install
------------------+
gvfs-smb.install | 12 ++++++++++++
1 file changed, 12 insertions(+)
Added: gvfs-smb.install
===================================================================
--- gvfs-smb.install (rev 0)
+++ gvfs-smb.install 2011-02-13 17:36:51 UTC (rev 109902)
@@ -0,0 +1,12 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
More information about the arch-commits
mailing list