wok rev 15706
claws-mail: Fix receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 18:42:54 2013 +0100 (2013-12-22) |
parents | 95f0c340fe01 |
children | 592ca2a6b454 |
files | claws-mail/receipt |
line diff
1.1 --- a/claws-mail/receipt Sun Dec 22 17:19:07 2013 +0100 1.2 +++ b/claws-mail/receipt Sun Dec 22 18:42:54 2013 +0100 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 }