summaryrefslogtreecommitdiff
path: root/core/bash/bash.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-29 00:06:25 -0800
committerroot <root@rshg054.dnsready.net>2013-01-29 00:06:25 -0800
commit2cb7f65fb24926493d457f6931e421e27aa629da (patch)
treedfd419375945457b6b6dd74c280812f8e5533743 /core/bash/bash.install
parent1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff)
Tue Jan 29 00:06:25 PST 2013
Diffstat (limited to 'core/bash/bash.install')
-rw-r--r--core/bash/bash.install6
1 files changed, 1 insertions, 5 deletions
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