On Saturday 12 February 2011, Rene Engelhard wrote: > > if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then BTW, it would be good if you limited the cleanup to the cases where the problematic version was actually installed, i.e. don't clean up if "$2" is "". (Or have a lower bound for $2 if that is appropriate).