diff options
author | Renato Botelho <renato@netgate.com> | 2015-09-14 15:37:24 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-09-14 15:38:23 -0300 |
commit | 18397e0f83c3ba78281d4b22a994bd033d305c72 (patch) | |
tree | a0b32d2454c5510211154430ec47fbdb9e7b0515 /tools | |
parent | 149efbeac4e6eaa9d8062f26bbc172c86020e231 (diff) | |
download | pfsense-18397e0f83c3ba78281d4b22a994bd033d305c72.zip pfsense-18397e0f83c3ba78281d4b22a994bd033d305c72.tar.gz |
Fix INSTALL script for base package, it's supposed to run as post-install
Diffstat (limited to 'tools')
-rw-r--r-- | tools/templates/core_pkg/base/metadir/+INSTALL | 2 |
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 |