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).
10 echo Finished installing $1
14 echo Upgrading $2 to $1
18 echo Finished upgrading $2 to $1
26 echo Finished removing $1
29 # vim:set ts=2 sw=2 et: