diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 12:21:43 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 12:21:43 -0500 |
commit | a21a3858afe6091aefd2dc1be425038863efa6c6 (patch) | |
tree | 4af05e4a888248854e953ceba92d1a426d5ebd8c /pcr/emacs-elib/emacs-elib.install | |
parent | b7cb1e8afa67c3959fa7f24c466a08d30fdbd569 (diff) | |
download | abslibre-a21a3858afe6091aefd2dc1be425038863efa6c6.tar.gz abslibre-a21a3858afe6091aefd2dc1be425038863efa6c6.tar.bz2 abslibre-a21a3858afe6091aefd2dc1be425038863efa6c6.zip |
emacs-elib-1.0-4.1: rebuild
Diffstat (limited to 'pcr/emacs-elib/emacs-elib.install')
-rw-r--r-- | pcr/emacs-elib/emacs-elib.install | 15 |
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 + } |