Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > b62c49ef18526bdac727fd4bfda79e4e > scriptlet

ghostscript-8.15-21mdk.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" -eq "0" ]; then
	# On removal
	rm -f /usr/bin/gs /usr/bin/ghostscript
fi

##### CLEAN UP