warnings: add commented instructions for disabling warnings.

This commit is contained in:
Mika Suomalainen 2012-07-15 12:36:30 +03:00
parent b98854b054
commit 0b2a496814
1 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,9 @@ if [ ! -f /usr/share/doc/popularity-contest/copyright ]
then
echo "You might want to install popularity-contest. See http://popcon.debian.org/"
fi
## To disable warnings, add the following (UNCOMMENTED!) to ~/.custom
#if [ -f ~/.warnings ]; then
# rm ~/.warnings
# fi