From 2cb7f65fb24926493d457f6931e421e27aa629da Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Jan 2013 00:06:25 -0800 Subject: Tue Jan 29 00:06:25 PST 2013 --- core/bash/PKGBUILD | 4 ++-- core/bash/bash.install | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'core/bash') diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD index 730c49061..5c1fc7d4e 100644 --- a/core/bash/PKGBUILD +++ b/core/bash/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 176041 2013-01-26 23:37:21Z allan $ +# $Id: PKGBUILD 176240 2013-01-28 00:29:18Z allan $ # Maintainer: Allan McRae # Contributor: Aaron Griffin @@ -6,7 +6,7 @@ pkgname=bash _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') diff --git a/core/bash/bash.install b/core/bash/bash.install index bc75e9b6a..a10e6e909 100644 --- a/core/bash/bash.install +++ b/core/bash/bash.install @@ -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 -- cgit v1.2.3-54-g00ecf