updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / bin32-fcc / fcc.install
blob63db48bca17dcbf7b4234427c849736b869c9233
1 # arg 1:  the new package version
2 pre_install() {
3   echo "This package has been moved into the 'fcc' package. Please remove this package and install that one!"
4   /bin/true
7 pre_upgrade() {
8   pre_install $1
11 op=$1
12 shift
13 $op $*