Viitor_gnome-icon/tmp/postinstall

15 lines
267 B
Plaintext
Raw Normal View History

#!/bin/bash
for i in Crux \
gnome \
hicolor \
HighContrast \
HighCtonrastInverse \
HighContrastLargePrint \
HighContrastLargePrintInverse \
HighContrast-SVG \
LargePrint \
Mist; do
gtk-update-icon-cache -f -t /opt/gnome/share/icons/$i
done