wok-current diff atril/receipt @ rev 19060
Add: Bwahh. A futuristic display truetype font.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Apr 20 22:52:27 2016 -0300 (2016-04-20) |
parents | 5caa6594da47 |
children | 7f39549720b8 |
line diff
1.1 --- a/atril/receipt Sat Oct 17 13:37:02 2015 -0300 1.2 +++ b/atril/receipt Wed Apr 20 22:52:27 2016 -0300 1.3 @@ -44,14 +44,7 @@ 1.4 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.5 } 1.6 1.7 -post_install() 1.8 -{ 1.9 - echo "Processing post-install commands..." 1.10 - chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.11 -} 1.12 - 1.13 post_remove() 1.14 { 1.15 - echo "Processing post-remove commands..." 1.16 - chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.17 + chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.18 }