gnucash: delete icon theme cache

This commit is contained in:
Luca Bruno 2014-09-27 13:46:10 +02:00
parent 7a47efe8f4
commit b86fdea43e

View File

@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
--set GCONF_CONFIG_SOURCE 'xml::~/.gconf' \
--prefix PATH ":" "$out/bin:${perl}/bin:${gconf}/bin"
done
rm $out/share/icons/hicolor/icon-theme.cache
'';
# The following settings fix failures in the test suite. It's not required otherwise.