From fe19864394d0ac13a9962d4406b56af406c67e62 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 16 Sep 2012 16:07:59 +0300 Subject: [PATCH] recommends: mention what can be ignored if not on Linux. --- recommends | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recommends b/recommends index 119a191e..a920c1f2 100755 --- a/recommends +++ b/recommends @@ -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