Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > a7f274dd9a5b587e7d012a863fdca350 > scriptlet

graphviz-2.24.0-1.el5.sl.i386.rpm

POSTIN

/bin/sh
LD_LIBRARY_PATH=$RPM_INSTALL_PREFIX0/lib $RPM_INSTALL_PREFIX0/bin/dot -c
/sbin/ldconfig

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

POSTUN

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