PKGBUILDs/extra/dansguardian/dansguardian.install
2009-10-09 21:23:22 -05:00

8 lines
354 B
Text

post_install() {
echo "--------------------------------------------------"
echo "NOTE: DansGuardian is NOT free for commercial use."
echo " See http://dansguardian.org for details on"
echo " setup, configuration, and licensing."
echo "--------------------------------------------------"
chown -R proxy.proxy var/log/dansguardian
}