Write recommends file. Closes issue #3 at GitHub.

This commit is contained in:
Mika Suomalainen 2012-08-11 19:49:37 +03:00
parent 243d955a31
commit a354189d52
1 changed files with 11 additions and 0 deletions

11
recommends Normal file
View File

@ -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