From a21a3858afe6091aefd2dc1be425038863efa6c6 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 2 May 2015 12:21:43 -0500 Subject: emacs-elib-1.0-4.1: rebuild --- pcr/emacs-elib/emacs-elib.install | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'pcr/emacs-elib/emacs-elib.install') 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 + } -- cgit v1.2.3-2-g168b