# HG changeset patch # User Eric Joseph-Alexandre # Date 1387734174 -3600 # Node ID 221588404087f906f189a2408552b6fe8db19d2b # Parent 95f0c340fe016a6c3608d6fb757b16ab196f65ce claws-mail: Fix receipt diff -r 95f0c340fe01 -r 221588404087 claws-mail/receipt --- a/claws-mail/receipt Sun Dec 22 17:19:07 2013 +0100 +++ b/claws-mail/receipt Sun Dec 22 18:42:54 2013 +0100 @@ -30,7 +30,6 @@ ./configure \ --disable-ldap \ --disable-jpilot \ - --disable-dillo-viewer-plugin \ $CONFIGURE_ARGS && make && make install } @@ -42,7 +41,11 @@ $fs/usr/lib/$PACKAGE/plugins cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/icons $fs/usr/share - - gtk-update-icon-cache -f -t /usr/share/icons/hicolor +} +# Post installation custom. +post_install() +{ + [ -x /usr/bin/gtk-update-icon-cache ] && \ + gtk-update-icon-cache -f -t /usr/share/icons/hicolor }