Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > f25c363ac8fac86d725aeb76c6eef70e > scriptlet

ghostscript-5.50-9mdk.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