updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / pfm / install
blobf76f52e731fb4f3324cf9092533c450dea1136d5
1 ## arg 1:  the new package version
2 pre_install() {
3     echo "Installing pfm $1"
6 ## arg 1:  the new package version
7 post_install() {
8     echo "Installed pfm $1"
11 ## arg 1:  the new package version
12 ## arg 2:  the old package version
13 pre_upgrade() {
14     echo "Upgrading pfm $2 to $1"
17 ## arg 1:  the new package version
18 ## arg 2:  the old package version
19 post_upgrade() {
20     echo "Upgraded $pkgname $2 to $1"
23 ## arg 1:  the old package version
24 pre_remove() {
25     echo "Removing pfm $1"
28 ## arg 1:  the old package version
29 post_remove() {
30     echo "Removed pfm $1"