#! /bin/sh

set -e

if [ "$1" = "remove" ]; then
    dictdconfig -w
    invoke-rc.d dictd restart
fi

#DEBHELPER#
