mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
9 lines
354 B
Text
9 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
|
||
|
}
|