diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-08-28 17:19:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-11-03 08:55:21 +0100 |
commit | a64512fd102d7fb08928c6a52551459ff3446281 (patch) | |
tree | bbcf9b2cb1cb0e0ae39919373fdc2c97a4b68a91 /scripts/install/install-postinst-new | |
parent | 67747479b2f6d4998687f5e7eec5c5923d913124 (diff) | |
download | vyatta-cfg-system-a64512fd102d7fb08928c6a52551459ff3446281.tar.gz vyatta-cfg-system-a64512fd102d7fb08928c6a52551459ff3446281.zip |
Remove "install system" command
Related to "T157: Remove "install system" command".
Diffstat (limited to 'scripts/install/install-postinst-new')
-rwxr-xr-x | scripts/install/install-postinst-new | 8 |
1 files changed, 0 insertions, 8 deletions
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 |