be nice to them users

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2014-02-05 21:17:15 +01:00
parent 14a112fcce
commit 7686a5ac5e
1 changed files with 4 additions and 2 deletions

View File

@ -33,8 +33,10 @@ APT::Install-Suggests "0";
DONE
;;
*)
echo "This type (${__type##*/}) makes no sense on your operating system ($os)." >&2
echo "If you think otherwise please submit a patch." >&2
cat >&2 << DONE
The developer of this type (${__type##*/}) did not think your operating system
($os) would have any use for it. If you think otherwise please submit a patch.
DONE
exit 1
;;
esac