svn path=/nixos/trunk/; revision=23115
This commit is contained in:
parent
2ec105cc85
commit
cfb465c7a5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ let
|
|||
$out/bin/update-mime-database -V $out/share/mime
|
||||
fi
|
||||
|
||||
if [ -x $out/bin/gtk-update-icon-cache -a -d $out/share/icons/hicolor ]; then
|
||||
if [ -x $out/bin/gtk-update-icon-cache -a -f $out/share/icons/hicolor/index.theme ]; then
|
||||
$out/bin/gtk-update-icon-cache $out/share/icons/hicolor
|
||||
fi
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue