slackbuilds_ponce/desktop/redshift/doinst.sh
David Matthew Jerry Koenig 4391b39e7c desktop/redshift: Added.
Redshift adjusts the colour temperature of your screen according
  to your surroundings.  Thanks to David Matthew Jerry Koenig.
2010-05-13 13:23:24 +02:00

6 lines
190 B
Bash

if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi