updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / lcc-compiler / lcc.install
blobeceec01b34c5e3f3acc3d457b5ed8be1fe049e9d
1 post_install() {
2     echo "====================================================================="
3     echo "Warning: you should rebuild this package after gcc upgraded."
4     echo "====================================================================="
5     return 0
7 post_upgrade() {
8     echo "====================================================================="
9     echo "Warning: you should rebuild this package after gcc upgraded."
10     echo "====================================================================="
11     return 0
13 op=$1; shift; $op "$@"