From 6bfc84d81b2a34c9a22767298aa8afaeae836289 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 27 Aug 2012 17:38:48 +0300 Subject: [PATCH] recommends: add gtk-redshift --- recommends | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recommends b/recommends index 5c1cad57..67a40c40 100755 --- a/recommends +++ b/recommends @@ -1,5 +1,7 @@ command -v \youtube-dl >/dev/null 2>&1 || { echo >&2 "shell-things contains youtube-dl alias for automatically setting video title as name, so you might want to install youtube-dl."; } +command -v \gtk-redshift >/dev/null 2>&1 || { echo >&2 "xsessionrc tries to start gtk-redshift automatically on boot, so you might want to install it (or redshift in some distributions)."; } + if [ ! -f /usr/share/doc/gnupg-curl/copyright ] then echo "You might want to install gnupg-curl. It allows you to use shortened URLs with gpg1."