updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / perl-app-fatpacker / perl-app-fatpacker.install
blobe6ea83e5d04738c01c89339b94b6eddac281c701
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 pre_install() {
6   echo Installing $1
9 post_install() {
10   echo Finished installing $1
13 pre_upgrade() {
14   echo Upgrading $2 to $1
17 post_upgrade() {
18   echo Finished upgrading $2 to $1
21 pre_remove() {
22   echo Removing $1
25 post_remove() {
26   echo Finished removing $1
29 # vim:set ts=2 sw=2 et: