summaryrefslogtreecommitdiff
path: root/pcr/gcc-lts/gcc-fortran.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-08 10:37:20 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-08 10:37:20 -0500
commit9c460b9b818963400c6aed51ae35fed17503a0c4 (patch)
tree1b85ee285c682a63024c11645852c88c141954c9 /pcr/gcc-lts/gcc-fortran.install
parentc57cc734aba88b8779fe20666b324cda688fdd04 (diff)
downloadabslibre-9c460b9b818963400c6aed51ae35fed17503a0c4.tar.gz
abslibre-9c460b9b818963400c6aed51ae35fed17503a0c4.tar.bz2
abslibre-9c460b9b818963400c6aed51ae35fed17503a0c4.zip
Removing gcc-lts
Diffstat (limited to 'pcr/gcc-lts/gcc-fortran.install')
-rw-r--r--pcr/gcc-lts/gcc-fortran.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/gcc-lts/gcc-fortran.install b/pcr/gcc-lts/gcc-fortran.install
deleted file mode 100644
index b15d89a97..000000000
--- a/pcr/gcc-lts/gcc-fortran.install
+++ /dev/null
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file="gfortran.info"
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-}