Do not infinite loop on the package builders creating GB (or TB) of logs
This commit is contained in:
parent
4b0a7c3c10
commit
c5002d04f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371500
@ -2,6 +2,9 @@
|
||||
|
||||
case $2 in
|
||||
POST-DEINSTALL)
|
||||
if [ -n "${PACKAGE_BUILDING}" ]; then
|
||||
return 0
|
||||
fi
|
||||
if [ -d %%TWCFG%% -o -d %%TWDB%% ]; then
|
||||
unset ANS
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user