summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/pine4/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pine4/pkg-install b/mail/pine4/pkg-install
index 7441a8e..ccc3a68 100644
--- a/mail/pine4/pkg-install
+++ b/mail/pine4/pkg-install
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then
+if [ "$2" = "POST-INSTALL" -o -n "${BATCH}" -o -n "${PACKAGE_BUILDING}" ]; then
exit 0
fi
OpenPOWER on IntegriCloud