wok diff gnucash/receipt @ rev 19255
Up cookutils (804)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jul 03 11:20:09 2016 +0300 (2016-07-03) |
parents | 9689f1b75619 |
children | c9a9ee5844bb |
line diff
1.1 --- a/gnucash/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/gnucash/receipt Sun Jul 03 11:20:09 2016 +0300 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 -}