ufw: remove useless INSTALL file.

This commit is contained in:
Juan RP 2011-07-16 16:57:09 +02:00
parent 8fe7f125a9
commit 0cb8647ab0

View file

@ -1,16 +0,0 @@
# *-* shell *-*
#
case ${ACTION} in
post)
cat << _EOF
==========================================================================
If you want to make ufw start automatically at boot, add the services to
the 'default' runlevel:
$ rc-update add ufw default
==========================================================================
_EOF
;;
esac