updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / airdrop-ng-svn / airdrop-ng-svn.install
blob17ff3fe2abe0157c2fd253e39fab3c7ff2019c0d
1 # This is a default template for a post-install scriptlet.
2 # Uncomment only required functions and remove any functions
3 # you don't need (and this header).
5 ## arg 1:  the new package version
6 #pre_install() {
7   # do something here
8 #}
10 ## arg 1:  the new package version
11 post_install() {
12   echo -e ">>> Run '/usr/bin/airdrop-ng -u' to update the OUI file"
13   echo -e ">>> the file '/usr/share/doc/airdrop-ng/dropRules.conf.example' explains the config file syntax via examples"
16 ## arg 1:  the new package version
17 ## arg 2:  the old package version
18 #pre_upgrade() {
19   # do something here
22 ## arg 1:  the new package version
23 ## arg 2:  the old package version
24 #post_upgrade() {
25   # do something here
28 ## arg 1:  the old package version
29 #pre_remove() {
30   # do something here
33 ## arg 1:  the old package version
34 #post_remove() {
35   # do something here
38 # vim:set ts=2 sw=2 et: