From 8a7b72f7cd1ccd547a03eb4243294e741d661d3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2019 08:30:37 +0100 Subject: Adding upstream version 1.12.0. Signed-off-by: Daniel Baumann --- makeself/post-installer.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 makeself/post-installer.sh (limited to 'makeself/post-installer.sh') diff --git a/makeself/post-installer.sh b/makeself/post-installer.sh deleted file mode 100755 index 38cc41ef7..000000000 --- a/makeself/post-installer.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# SPDX-License-Identifier: GPL-3.0-or-later - -# This script is started using the shell of the system -# and executes our 'install-or-update.sh' script -# using the netdata supplied, statically linked BASH -# -# so, at 'install-or-update.sh' we are always sure -# we run under BASH v4. - -./bin/bash system/install-or-update.sh "${@}" -- cgit v1.2.3