summaryrefslogtreecommitdiffstats
path: root/tools/templates/core_pkg/base/metadir
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-14 15:37:24 -0300
committerRenato Botelho <renato@netgate.com>2015-09-14 15:38:23 -0300
commit18397e0f83c3ba78281d4b22a994bd033d305c72 (patch)
treea0b32d2454c5510211154430ec47fbdb9e7b0515 /tools/templates/core_pkg/base/metadir
parent149efbeac4e6eaa9d8062f26bbc172c86020e231 (diff)
downloadpfsense-18397e0f83c3ba78281d4b22a994bd033d305c72.zip
pfsense-18397e0f83c3ba78281d4b22a994bd033d305c72.tar.gz
Fix INSTALL script for base package, it's supposed to run as post-install
Diffstat (limited to 'tools/templates/core_pkg/base/metadir')
-rw-r--r--tools/templates/core_pkg/base/metadir/+INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/templates/core_pkg/base/metadir/+INSTALL b/tools/templates/core_pkg/base/metadir/+INSTALL
index e59bde8..82aeafc 100644
--- a/tools/templates/core_pkg/base/metadir/+INSTALL
+++ b/tools/templates/core_pkg/base/metadir/+INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ "${2}" = "POST-INSTALL" ]; then
+if [ "${2}" != "POST-INSTALL" ]; then
exit 0
fi
OpenPOWER on IntegriCloud