[arch-commits] Commit in bash/trunk (PKGBUILD bash.install)

Allan McRae allan at nymeria.archlinux.org
Sun Jan 27 00:26:03 UTC 2013


    Date: Sunday, January 27, 2013 @ 01:26:03
  Author: allan
Revision: 176046

upgpkg: bash 4.2.042-3

remove useless post_install

Modified:
  bash/trunk/PKGBUILD
  bash/trunk/bash.install

--------------+
 PKGBUILD     |    2 +-
 bash.install |    6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-27 00:11:23 UTC (rev 176045)
+++ PKGBUILD	2013-01-27 00:26:03 UTC (rev 176046)
@@ -6,7 +6,7 @@
 _basever=4.2
 _patchlevel=042 #prepare for some patches
 pkgver=$_basever.$_patchlevel
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNU Bourne Again shell"
 arch=('i686' 'x86_64')
 license=('GPL')

Modified: bash.install
===================================================================
--- bash.install	2013-01-27 00:11:23 UTC (rev 176045)
+++ bash.install	2013-01-27 00:26:03 UTC (rev 176046)
@@ -1,17 +1,13 @@
 info_dir=usr/share/info
 info_files=(bash.info)
 
-post_install() {
+post_upgrade() {
   [ -x usr/bin/install-info ] || return 0
   for f in ${info_files[@]}; do
     usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
   done
 }
 
-post_upgrade() {
-  post_install $1
-}
-
 pre_remove() {
   [ -x usr/bin/install-info ] || return 0
   for f in ${info_files[@]}; do




More information about the arch-commits mailing list