From 18397e0f83c3ba78281d4b22a994bd033d305c72 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 14 Sep 2015 15:37:24 -0300 Subject: Fix INSTALL script for base package, it's supposed to run as post-install --- tools/templates/core_pkg/base/metadir/+INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/templates') 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 -- cgit v1.1