aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/tripwire/files/pkg-deinstall.in')
-rw-r--r--security/tripwire/files/pkg-deinstall.in22
1 files changed, 2 insertions, 20 deletions
diff --git a/security/tripwire/files/pkg-deinstall.in b/security/tripwire/files/pkg-deinstall.in
index 3f931d83f1a9..fa7bcb05b856 100644
--- a/security/tripwire/files/pkg-deinstall.in
+++ b/security/tripwire/files/pkg-deinstall.in
@@ -6,25 +6,7 @@ POST-DEINSTALL)
return 0
fi
if [ -d %%TWCFG%% -o -d %%TWDB%% ]; then
- unset ANS
- echo
- while [ -z "$ANS" ]; do
- echo If permanently deleting this package,
- echo %%TWCFG%% and %%TWDB%% may be removed.
- echo Do you wish to delete %%TWCFG%%
- echo -n and %%TWDB%%? '(yes/no) -: '
- read ANS
- case $ANS in
- [Yy]|[Yy][Ee][Ss])
- rm -rf %%TWCFG%% %%TWDB%%
- ;;
- [Nn]|[Nn][Oo])
- ;;
- *) echo Answer must be yes or no.
- echo
- unset ANS
- ;;
- esac
- done
+ echo If permanently deleting this package,
+ echo %%TWCFG%% and %%TWDB%% may be removed.
fi
esac