PKGBUILDs/extra/dansguardian/dansguardian.install

9 lines
354 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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
}