Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6d58de4d6224dd539d8b30fe56309cc1 > scriptlet

graphviz-2.26.0-4.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 /usr/lib/graphviz/config