#!/bin/sh -e if [ ! -z $2 ]; then if dpkg --compare-versions $2 lt 0.8.6-5; then test -d /usr/share/doc/i2p \ && rm -rf /usr/share/doc/i2p fi fi #DEBHELPER#