wok-6.x diff claws-mail/receipt @ rev 16677
Add: qarma - Zenity Clone for Qt4/Qt5
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 16 05:12:42 2014 +0300 (2014-05-16) |
parents | 95f0c340fe01 |
children | 589a225cacc7 |
line diff
1.1 --- a/claws-mail/receipt Sun Dec 22 17:19:07 2013 +0100 1.2 +++ b/claws-mail/receipt Fri May 16 05:12:42 2014 +0300 1.3 @@ -30,7 +30,6 @@ 1.4 ./configure \ 1.5 --disable-ldap \ 1.6 --disable-jpilot \ 1.7 - --disable-dillo-viewer-plugin \ 1.8 $CONFIGURE_ARGS && 1.9 make && make install 1.10 } 1.11 @@ -42,7 +41,11 @@ 1.12 $fs/usr/lib/$PACKAGE/plugins 1.13 cp -a $install/usr/bin $fs/usr 1.14 cp -a $install/usr/share/icons $fs/usr/share 1.15 - 1.16 - gtk-update-icon-cache -f -t /usr/share/icons/hicolor 1.17 +} 1.18 1.19 +# Post installation custom. 1.20 +post_install() 1.21 +{ 1.22 + [ -x /usr/bin/gtk-update-icon-cache ] && \ 1.23 + gtk-update-icon-cache -f -t /usr/share/icons/hicolor 1.24 }