diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-11-14 22:02:39 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-11-14 22:02:39 (GMT) |
commit | 5c246b413cfd03fd9cab2ed282aa95334e810a12 (patch) | |
tree | 7be85cc3d5caea5c8bd1a026f30efd5b4fb902b2 /abs/core/make/make.install | |
parent | 9ceea0bd22afd03b6121ea96961248787a2c1014 (diff) | |
download | linhes_pkgbuild-5c246b413cfd03fd9cab2ed282aa95334e810a12.zip linhes_pkgbuild-5c246b413cfd03fd9cab2ed282aa95334e810a12.tar.gz linhes_pkgbuild-5c246b413cfd03fd9cab2ed282aa95334e810a12.tar.bz2 |
make: update to 4.2.1
Diffstat (limited to 'abs/core/make/make.install')
-rw-r--r-- | abs/core/make/make.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core/make/make.install b/abs/core/make/make.install deleted file mode 100644 index 8426085..0000000 --- a/abs/core/make/make.install +++ /dev/null @@ -1,20 +0,0 @@ -infodir=usr/share/info -filelist=(make.info make.info-1 make.info-2) - -post_install() { - [[ -x usr/bin/install-info ]] || return 0 - for file in ${filelist[@]}; do - install-info $infodir/$file.gz $infodir/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - [[ -x usr/bin/install-info ]] || return 0 - for file in ${filelist[@]}; do - install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null - done -} |