Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 05232ef447c244787289a1a4752a9eeb > scriptlet

ghostscript-5.50-9.1mdk.i586.rpm

POSTIN

/bin/sh
/bin/ln -sf /usr/bin/gs-common /usr/bin/gs
/bin/ln -sf /usr/bin/gs-common /usr/bin/ghostscript

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
	rm -f /usr/bin/gs /usr/bin/ghostscript
fi

Triggers

ghostscript-PrintOnly

/bin/sh
if [ -x /usr/bin/gs-common ]; then
	/bin/ln -sf /usr/bin/gs-common /usr/bin/gs
	/bin/ln -sf /usr/bin/gs-common /usr/bin/ghostscript
fi

ghostscript-SVGALIB

/bin/sh
if [ -x /usr/bin/gs-common ]; then
	/bin/ln -sf /usr/bin/gs-common /usr/bin/gs
	/bin/ln -sf /usr/bin/gs-common /usr/bin/ghostscript
fi

ghostscript-X

/bin/sh
if [ -x /usr/bin/gs-common ]; then
	/bin/ln -sf /usr/bin/gs-common /usr/bin/gs
	/bin/ln -sf /usr/bin/gs-common /usr/bin/ghostscript
fi

ghostscript-Both

/bin/sh
if [ -x /usr/bin/gs-common ]; then
	/bin/ln -sf /usr/bin/gs-common /usr/bin/gs
	/bin/ln -sf /usr/bin/gs-common /usr/bin/ghostscript
fi