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
10 ## arg 1: the new package version
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
22 ## arg 1: the new package version
23 ## arg 2: the old package version
28 ## arg 1: the old package version
33 ## arg 1: the old package version
38 # vim:set ts=2 sw=2 et: