Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > be6d19763430c9f7c8e363214c46e393 > scriptlet

emacs-23.2-7.fc14.x86_64.rpm

PREUN

/bin/sh
alternatives --remove emacs /usr/bin/emacs-23.2 || :

POSTIN

/bin/sh
update-desktop-database &> /dev/null || :
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi

POSTUN

/bin/sh
update-desktop-database &> /dev/null || :
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi

POSTTRANS

/bin/sh
alternatives --install /usr/bin/emacs emacs /usr/bin/emacs-23.2 80 || :