Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 4f0db839370b097a7f13b524c59ffabd > scriptlet

emacs-24.5-8.3.mga6.x86_64.rpm

PREUN

/bin/sh
for f in ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp url vip viper widget wisent woman; do  if [ "$1" = "0" ]; then if [[ -f /usr/share/info/$f.xz ]]; then /sbin/install-info /usr/share/info/$f.xz --dir=/usr/share/info/dir --remove ; fi; fi 

done
:

POSTIN

/bin/sh
/usr/sbin/update-alternatives --install /usr/bin/emacs emacs /usr/bin/emacs-24.5 21

POSTUN

/bin/sh
[[ ! -f /usr/bin/emacs-24.5 ]] && \
    /usr/sbin/update-alternatives --remove emacs /usr/bin/emacs-24.5|| :