From a64512fd102d7fb08928c6a52551459ff3446281 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 28 Aug 2017 17:19:01 +0200 Subject: Remove "install system" command Related to "T157: Remove "install system" command". --- scripts/install/install-postinst-new | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index f6c6e956..2457cdd3 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -254,14 +254,6 @@ if [ "$INSTALL_TYPE" != 'union' ]; then WRITE_ROOT='' fi -# postinst hook -if [ -e /opt/vyatta/etc/install-system/postinst ]; then - echo "running post-install script" - output=$(/opt/vyatta/etc/install-system/postinst \ - "$INST_ROOT" "$WRITE_ROOT" 2>&1) - lecho "$output" -fi - becho "Done!" exit 0 -- cgit v1.2.3