Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > c7ae34fef4568d6924ebf61fa139389c > scriptlet

xemacs-ispell-1.32-alt1.noarch.rpm

PREUN

/bin/sh

if [ $1 = 0 ]; then 
	for f in ispell.info; do 
		if [ "$f" = "${f##*/}" ]; then 
			f="/usr/share/info/xemacs/$f" 
		fi 
		/sbin/install-info --section=XEmacs --dir-file=/usr/share/info/xemacs/dir --delete --info-file="$f" 
  done 
fi

POSTIN

/bin/sh

for f in ispell.info; do 
	if [ "$f" = "${f##*/}" ]; then 
		f="/usr/share/info/xemacs/$f" 
	fi 
	/sbin/install-info --section=XEmacs --dir-file=/usr/share/info/xemacs/dir --info-file="$f" 
done