summaryrefslogtreecommitdiff
path: root/security/tripwire/files/pkg-deinstall.in
blob: fa7bcb05b8567c1ad01b3f2bc6547495639823ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /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