Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > c103797ee40d532907255d00c1a449b5 > scriptlet

ghostscript-8.15-16mdk.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

##### CLEAN UP