Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 6dab6d65c1a1a495e524efceac2d228b > scriptlet

ghostscript-7.05-33.2mdk.x86_64.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" = 0 ]; then
	rm -f /usr/bin/gs /usr/bin/ghostscript
fi