>>>>> Reini Urban writes: > Due to another packaging errors detected by Volker Zell I've updated > clamav to 0.88.3-3, and split the packages into libclamav1 and > libclamav-devel.
I think here comes the last packaging error: Your postinstall script tries to copy from etc/defaults/etc but your *.conf files are in etc/defaults/etc/clamav. #!/bin/sh for f in clamd freshclam; do if [ ! -e /etc/$f.conf ]; then cp etc/defaults/etc/$f.conf /etc/$f.conf fi done Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/