updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / wifizoo / wifizoo.install
blob87d50eaad94c725a7b650d01a08b7f83579773dc
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 post_install() {
6 cat << EOF
7 ==> Don't forget to edit /etc/conf.d/wifizoo for configure your interface
8 ==> Use "/etc/rc.d/wifizoo start" to start and then connect to 127.0.0.1:8000 with your favorite browser
9 EOF
12 # arg 1:  the new package version
13 # arg 2:  the old package version
14 post_upgrade() {
15   post_install $1
18 op=$1
19 shift
20 $op $*