summarylogtreecommitdiffstats
path: root/g95.install
diff options
context:
space:
mode:
Diffstat (limited to 'g95.install')
-rw-r--r--g95.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/g95.install b/g95.install
new file mode 100644
index 000000000000..60c0792f5d41
--- /dev/null
+++ b/g95.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo "This is the binary relase for AMD64/EMT64 technology."
+ echo ""
+ if [ "$CARCH" = "x86_64" ]; then
+ echo "This binary has default integer of 64bits!"
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+op=$1
+shift
+$op $*