summarylogtreecommitdiffstats
path: root/phing.install
blob: 7570be25b833f439e60c0b17f22b724dfe072a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
post_install(){

cat << EOF

=========
As of PKGREL phing-2.11.0-2, this PKGBUILD downloads the PHAR build of
phing.

Stand-alone Phing works well, but the recommended means of using it is
to install the package on a per-project basis via Composer
(http://getcomposer.org).
=========

EOF

}

post_upgrade(){

cat << EOF

=========
As of PKGREL phing-2.11.0-2, this PKGBUILD downloads the PHAR build of
phing.

Stand-alone Phing works well, but the recommended means of using it is
to install the package on a per-project basis via Composer
(http://getcomposer.org).
=========

EOF

}