mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
8 lines
354 B
Text
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
|
|
}
|