summaryrefslogtreecommitdiffstats
path: root/tools/templates
diff options
context:
space:
mode:
Diffstat (limited to 'tools/templates')
-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