Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > bb40ef51cbbc6ccb267eea71bb815643 > scriptlet

lldpad-devel-0.9.41-4.fc14.i686.rpm

PREUN

/bin/sh
if [ -e /usr/include/dcbd/clif_cmds.h ]; then
    rm -f /usr/include/dcbd/clif_cmds.h
fi
if [ -e /usr/include/dcbd ]; then
    rm -f /usr/include/dcbd
fi

POSTIN

/bin/sh
## provide legacy support for apps that use the old dcbd interface.
if [ ! -e /usr/include/dcbd ]; then
    ln -T -s /usr/include/lldpad /usr/include/dcbd
fi
if [ ! -e /usr/include/dcbd/clif_cmds.h ]; then
    ln -T -s /usr/include/lldpad/lldp_dcbx_cmds.h /usr/include/dcbd/clif_cmds.h
fi