wok diff gvfs-smb/receipt @ rev 17805

Up caja (1.9.3)
author Yuri Pourre <yuripourre@gmail.com>
date Sat Mar 21 03:28:25 2015 -0300 (2015-03-21)
parents 96fd065ed4ea
children 9e01bc6321ea
line diff
     1.1 --- a/gvfs-smb/receipt	Sun Oct 26 19:07:05 2014 +0200
     1.2 +++ b/gvfs-smb/receipt	Sat Mar 21 03:28:25 2015 -0300
     1.3 @@ -17,3 +17,15 @@
     1.4  {
     1.5  	. $WOK/gvfs/stuff/split
     1.6  }
     1.7 +
     1.8 +post_install()
     1.9 +{
    1.10 +	echo "Processing post-install commands..."
    1.11 +	chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	echo "Processing post-remove commands..."
    1.17 +	chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.18 +}