From a354189d52e595ad276be679d6a193801ab01890 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 11 Aug 2012 19:49:37 +0300 Subject: [PATCH] Write recommends file. Closes issue #3 at GitHub. --- recommends | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recommends diff --git a/recommends b/recommends new file mode 100644 index 00000000..d24915f9 --- /dev/null +++ b/recommends @@ -0,0 +1,11 @@ +command -v \youtube-dl >/dev/null 2>&1 || { echo >&2 "shell-things contains youtube-dl alias for automatically setting video title as name."; } + +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." +fi + +if [ ! -f /usr/share/doc/popularity-contest/copyright ] +then + echo "You might want to install popularity-contest. See http://popcon.debian.org/" +fi