wok-current diff eom/receipt @ rev 18915
Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 06:53:25 2016 -0300 (2016-02-24) |
parents | 9e01bc6321ea |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/eom/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/eom/receipt Wed Feb 24 06:53:25 2016 -0300 1.3 @@ -38,15 +38,3 @@ 1.4 cp -a $install/usr/share/glib-2.0 $fs/usr/share 1.5 cp -a $install/usr/share/MateConf $fs/usr/share 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 -}