Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 26c0fc68b0d69996a4c0324c0023a955 > scriptlet

graphviz-2.26.3-2.fc14.i686.rpm

POSTIN

/bin/sh
/sbin/ldconfig
/usr/bin/dot -c

# if there is no dot after everything else is done, then remove config

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
	rm -f /usr/lib/graphviz/config || :
fi
/sbin/ldconfig

# run "dot -c" to generate plugin config in %{_libdir}/graphviz/config