numix-icon-theme-square: Fix dangling symlinks
This commit is contained in:
parent
437a839257
commit
d5c20b374b
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
for panel in $out/share/icons/*/*/panel; do
|
||||||
|
ln -sf $(realpath ${numix-icon-theme}/share/icons/Numix/16/$(readlink $panel)) $panel
|
||||||
|
done
|
||||||
|
|
||||||
for theme in $out/share/icons/*; do
|
for theme in $out/share/icons/*; do
|
||||||
gtk-update-icon-cache $theme
|
gtk-update-icon-cache $theme
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user