summaryrefslogtreecommitdiff
path: root/pcr/emacs-elib/emacs-elib.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 12:21:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 12:21:43 -0500
commita21a3858afe6091aefd2dc1be425038863efa6c6 (patch)
tree4af05e4a888248854e953ceba92d1a426d5ebd8c /pcr/emacs-elib/emacs-elib.install
parentb7cb1e8afa67c3959fa7f24c466a08d30fdbd569 (diff)
emacs-elib-1.0-4.1: rebuild
Diffstat (limited to 'pcr/emacs-elib/emacs-elib.install')
-rw-r--r--pcr/emacs-elib/emacs-elib.install15
1 files changed, 6 insertions, 9 deletions
diff --git a/pcr/emacs-elib/emacs-elib.install b/pcr/emacs-elib/emacs-elib.install
index 53a01f9f6..a0f80eadc 100644
--- a/pcr/emacs-elib/emacs-elib.install
+++ b/pcr/emacs-elib/emacs-elib.install
@@ -3,10 +3,10 @@
# $Id: emacs-elib.install,v e6d455730f95 2008/06/23 05:55:28 jbromley $
post_install () {
if sh -c 'install-info --version' > /dev/nul 2>&1; then
- if [ -f /usr/share/info/elib.gz ]; then
+ if [ -f /usr/share/info/elib.info.gz ]; then
cd /usr/share/info
install-info --info-dir=/usr/share/info --section=Emacs --name=Elib \
- --description=' The Emacs Lisp Library' elib.gz
+ --description=' The Emacs Lisp Library' elib.info.gz
fi
fi
@@ -25,10 +25,7 @@ post_upgrade () {
post_install $1
}
-op=$1
-shift
-$op $*
-
-# Local Variables:
-# mode: shell-script
-# End:
+pre-remove () {
+ install-info --info-dir=/usr/share/info --section=Emacs --name=Elib \
+ --description=' The Emacs Lisp Library' elib.info.gz
+ }