diff options
author | M0Rf30 | 2015-06-17 15:22:51 +0200 |
---|---|---|
committer | M0Rf30 | 2015-06-17 15:22:51 +0200 |
commit | 5b2038e00965ceedab4bfd43f65d0565906b89d9 (patch) | |
tree | e4562dd30735d30e289db60f39544acbc03067a0 /authpuppy.install | |
download | aur-5b2038e00965ceedab4bfd43f65d0565906b89d9.tar.gz |
Initial import
Diffstat (limited to 'authpuppy.install')
-rw-r--r-- | authpuppy.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/authpuppy.install b/authpuppy.install new file mode 100644 index 000000000000..c37bc159951f --- /dev/null +++ b/authpuppy.install @@ -0,0 +1,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: |