Commit c4106756 authored by José Romildo's avatar José Romildo
Browse files

deepin.deepin-icon-theme: update icon cache before fixup

This avoids updating icon cache of parent icon themes, which are added
as symbolic links in the nix store (at the fixup phase), which is not
writable.
parent 41c836ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation rec {

  dontDropIconThemeCache = true;

  postFixup = ''
  preFixup = ''
    for theme in $out/share/icons/*; do
      gtk-update-icon-cache $theme
    done