Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 34b768a0bb790eabfc2f9a1dd5bae297 > scriptlet

ghostscript-7.07-14mdk.i586.rpm

POSTIN

/bin/sh
# Set links for executable
/bin/ln -sf /usr/bin/gs-common /usr/bin/gs
/bin/ln -sf /usr/bin/gs-common /usr/bin/ghostscript
# Initialize japanese fonts
if test -f /usr/share/fonts/ttf/japanese/cidinst; then
    sh /usr/share/fonts/ttf/japanese/cidinst
fi

POSTUN

/bin/sh
if [ "$1" -eq "0" ]; then
	# On removal
	rm -f /usr/bin/gs /usr/bin/ghostscript
fi