#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
rm -f /etc/default/i2pd /var/log/i2pd.log
rm -rf /etc/i2pd
rm -rf /var/lib/i2pd
fi
#DEBHELPER#
exit 0