Skip to content

Commit

Permalink
quaternion: get rid of superfluous icon-theme.cache
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Apr 16, 2017
1 parent 8356c6c commit 12d44c0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
substituteInPlace $out/share/applications/quaternion.desktop \
--replace 'Exec=quaternion' "Exec=$out/bin/quaternion"
rm $out/share/icons/hicolor/icon-theme.cache
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 12d44c0

Please sign in to comment.