#! /bin/sh

case $2 in
POST-DEINSTALL)
	if [ -n "${PACKAGE_BUILDING}" ]; then
		return 0
	fi
	if [ -d %%TWCFG%% -o -d %%TWDB%% ]; then
		echo If permanently deleting this package,
		echo %%TWCFG%% and %%TWDB%% may be removed.
	fi
esac