Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 5a3ee5456c34430f1f159fee10be49c6 > scriptlet

openssl-0.9.5a-4.4mdk.i586.rpm

POSTIN

/bin/sh
if [ `uname` = "Linux" ]; then ldconfig; fi
# we need to cheat here to ensure the symlink is created
export CHEAT=`mktemp /tmp/workrndXXXXXX`
echo "#!/bin/sh" > $CHEAT
echo "sleep 300" >>$CHEAT
echo "ln -sf /usr/bin/openssl /usr/bin/ssleay" >>$CHEAT
echo "rm -f $CHEAT" >>$CHEAT
sync
chmod a+x $CHEAT
$CHEAT &

POSTUN

/bin/sh
if [ `uname` = "Linux" ]; then ldconfig; fi
#rm /usr/bin/ssleay