wok diff gvfs/receipt @ rev 17332
Up fxload (2008_10_13)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 05 14:56:51 2014 +0100 (2014-11-05) |
parents | 96fd065ed4ea |
children | 124c3a7da04f |
line diff
1.1 --- a/gvfs/receipt Sun Oct 26 19:07:05 2014 +0200 1.2 +++ b/gvfs/receipt Wed Nov 05 14:56:51 2014 +0100 1.3 @@ -38,3 +38,15 @@ 1.4 { 1.5 . $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 +}