blob: c37bc159951f067f6c45f328c5d4cd92ef6c07c0 (
plain)
1
2
3
4
5
6
7
|
## arg 1: the new package version
post_install() {
echo " You need to setup Apache to serve /srv/http/wifidog-auth then open install.php in your browser to finish installation"
echo " Add your httpd-authpuppy.conf in httpd.conf "
}
# vim:set ts=2 sw=2 et:
|