repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git]
/
bin32-fcc
/
fcc.install
blob
63db48bca17dcbf7b4234427c849736b869c9233
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
5
}
6
7
pre_upgrade() {
8
pre_install $1
9
}
10
11
op=$1
12
shift
13
$op $*