Index: branches/2014Q4/security/tripwire/files/pkg-deinstall.in =================================================================== --- branches/2014Q4/security/tripwire/files/pkg-deinstall.in (revision 371500) +++ branches/2014Q4/security/tripwire/files/pkg-deinstall.in (revision 371501) @@ -1,27 +1,30 @@ #! /bin/sh case $2 in POST-DEINSTALL) + if [ -n "${PACKAGE_BUILDING}" ]; then + 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 fi esac Index: branches/2014Q4 =================================================================== --- branches/2014Q4 (revision 371500) +++ branches/2014Q4 (revision 371501) Property changes on: branches/2014Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r371500