wok diff gnucash/receipt @ rev 19785
Up cookutils (883)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 22 13:36:36 2017 +0100 (2017-02-22) |
parents | 9689f1b75619 |
children | c9a9ee5844bb |
line diff
1.1 --- a/gnucash/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/gnucash/receipt Wed Feb 22 13:36:36 2017 +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 -}