wok diff gvfs-smb/receipt @ rev 19863

syslinux/bootiso.S: remove VCPI code (duplicate/tazboot)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 26 15:53:23 2017 +0200 (2017-03-26)
parents 9e01bc6321ea
children 86790a278e70
line diff
     1.1 --- a/gvfs-smb/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/gvfs-smb/receipt	Sun Mar 26 15:53:23 2017 +0200
     1.3 @@ -17,15 +17,3 @@
     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 -}