updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / kmyfirewall / kmyfirewall.install
blob6652956eac84301369f2081eb8bfb0f399924847
1 # arg 1:  the new package version
2 post_install() {
4 cat << EOF
5 ==> NOTES:
6 ==> For getting Kmyfirewall to work:
7 ==> set the init and runlevel path in System-Paths to 
8 ==> '/etc/rc.d'
9 ==> To start your created firewall at boot up add
10 ==> 'kmyfirewall' to your daemons list in /etc/rc.conf
11 EOF
13   /bin/true
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 post_upgrade() {
19 post_install $1
22 # arg 1:  the old package version
23 pre_remove() {
24 cat << EOF
26 ==> Don't forget to update your /etc/rc.conf
27 ==> Don't forget to remove your firewall scripts from
28 ==> /etc/rc.d and /etc/kmyfirewall
30 EOF
31   /bin/true
34 op=$1
35 shift
37 $op $*