Brian Russo wrote: > Because the 'realplayer' package does not actually contain anything > substantial in it, rather it is an installer package -- frankly > there's no entirely satisfactory solution.
postinst pseudo-code: if [ `md5sum /dir/file.so` ne "201de7b7acbc467846fc9cd11ff90266" ]; then wget http://blah/file.so -O /dir/file.so fi -- see shy jo