recommends: mention what can be ignored if not on Linux.

This commit is contained in:
Mika Suomalainen 2012-09-16 16:07:59 +03:00
parent ff16dd58fd
commit fe19864394
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ fi
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."
echo "You might want to install gnupg-curl. It allows you to use shortened URLs with gpg1." && echo "If you aren't on Linux, you can ignore this."
fi
if [ ! -f /usr/share/doc/popularity-contest/copyright ]
then
echo "You might want to install popularity-contest. See http://popcon.debian.org/"
echo "You might want to install popularity-contest. See http://popcon.debian.org/" && echo "If you aren't on Linux you can ignore this."
fi