Le dimanche, 13 avr 2003, à 04:00 Europe/Paris, Alexander K. Hansen a écrit :


For my next trick, lets see if the prerm script looks OK:

cat /sw/var/lib/dpkg/info/openssl097-dev.prerm
#!/bin/sh
# prerm script for package openssl097-dev, auto-created by fink

set -e

if [ $1 != "upgrade" ]; then
update-alternatives --remove md5.3 /sw/share/man/man3/md5.3.openssl097
fi


exit 0
Yes, I have:

#!/bin/sh
# prerm script for package openssl097-dev, auto-created by fink

set -e

if [ $1 != "upgrade" ]; then
update-alternatives --remove md5.3 /sw/share/man/man3/md5.3.openssl097
fi


exit 0



Also, what do you get if you run update-alternatives by itself. For comparison:

% /sw/sbin/update-alternatives
I have no /sw/sbin/update-alternatives

Michèle
<http://micmacfr.homeunix.org/>



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to