Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > c4f8c369c0d325ef0267c1931b83bfd7 > scriptlet

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