updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / g95 / g95.install
blob60c0792f5d419080d01b720ff0c9645b8a90c134
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
9 post_upgrade() {
10   post_install
13 op=$1
14 shift
15 $op $*