wok-next diff atril/receipt @ rev 18882
Up: htop (2.0.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Feb 11 19:22:31 2016 +0000 (2016-02-11) |
parents | 5caa6594da47 |
children | 7f39549720b8 |
line diff
1.1 --- a/atril/receipt Sat Oct 17 13:37:02 2015 -0300 1.2 +++ b/atril/receipt Thu Feb 11 19:22:31 2016 +0000 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 }