Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 47c2e91d2c2726e3ae0d137977bcb5bd > scriptlet

emacs-24.3-10.mga5.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 flymake forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode 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.3 21

POSTUN

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