From 4391b39e7c3b6de23893f9822d8a6b2df33fb9a9 Mon Sep 17 00:00:00 2001 From: David Matthew Jerry Koenig Date: Wed, 3 Mar 2010 14:15:09 -0600 Subject: desktop/redshift: Added. Redshift adjusts the colour temperature of your screen according to your surroundings. Thanks to David Matthew Jerry Koenig. --- desktop/redshift/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 desktop/redshift/doinst.sh (limited to 'desktop/redshift/doinst.sh') diff --git a/desktop/redshift/doinst.sh b/desktop/redshift/doinst.sh new file mode 100644 index 0000000000000..30eb690936b52 --- /dev/null +++ b/desktop/redshift/doinst.sh @@ -0,0 +1,6 @@ +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 + -- cgit v1.2.3