maia-icon-theme: move postFixup actions to postInstall

gstqt5
José Romildo Malaquias 2020-04-17 20:54:27 -03:00
parent c280bf92fd
commit 9bcc3d83a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation {
dontDropIconThemeCache = true;
postFixup = ''
postInstall = ''
for theme in $out/share/icons/*; do
gtk-update-icon-cache $theme
done