wok-next diff gnucash/receipt @ rev 19098
gettext: fix arm build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 03 22:10:36 2016 +0200 (2016-05-03) |
parents | 9689f1b75619 |
children | 757d032c55c7 |
line diff
1.1 --- a/gnucash/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/gnucash/receipt Tue May 03 22:10:36 2016 +0200 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 -}