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 Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git]
/
g95
/
g95.install
blob
60c0792f5d419080d01b720ff0c9645b8a90c134
1
post_install() {
2
echo "This is the binary relase for AMD64/EMT64 technology."
3
echo ""
4
if [ "$CARCH" = "x86_64" ]; then
5
echo "This binary has default integer of 64bits!"
6
fi
7
}
8
9
post_upgrade() {
10
post_install
11
}
12
13
op=$1
14
shift
15
$op $*