#!/bin/sh -e if [ "$1" = purge ]; then rm -f /etc/tals/arin.tal if [ -d /etc/tals/ ]; then rmdir --ignore-fail-on-non-empty /etc/tals/ fi fi # Automatically added by dh_installdebconf/13.11.4 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section