wok diff gnucash/receipt @ rev 19494

linld: cooker doc link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 14 08:55:24 2016 +0100 (2016-11-14)
parents 9689f1b75619
children c9a9ee5844bb
line diff
     1.1 --- a/gnucash/receipt	Tue Dec 30 10:01:09 2014 +0100
     1.2 +++ b/gnucash/receipt	Mon Nov 14 08:55:24 2016 +0100
     1.3 @@ -64,16 +64,3 @@
     1.4  		cp -a $install/usr/share/locale/$locale $fs/usr/share/locale
     1.5  	done
     1.6  }
     1.7 -
     1.8 -# Post install/remove commands for Tazpkg.
     1.9 -post_install()
    1.10 -{
    1.11 -  echo "Processing post-install commands..."
    1.12 -  chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.13 -}
    1.14 -
    1.15 -post_remove()
    1.16 -{ 
    1.17 -  echo "Processing post-remove commands..."
    1.18 -  chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.19 -}