diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-03-10 18:32:59 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-03-10 18:33:16 +0100 |
commit | e6903c7824dd1f8a425c18f670742ba8b5c92044 (patch) | |
tree | ce474c5ceb8695bbacf838ccadfbf062326a3185 /scripts/install | |
parent | 622228a6e8c600c895192daa7f3227602ba1237c (diff) | |
parent | a64512fd102d7fb08928c6a52551459ff3446281 (diff) | |
download | vyatta-cfg-system-e6903c7824dd1f8a425c18f670742ba8b5c92044.tar.gz vyatta-cfg-system-e6903c7824dd1f8a425c18f670742ba8b5c92044.zip |
Merge remote-tracking branch 'c-po/remove-install-system-cmd' into current
* c-po/remove-install-system-cmd:
Remove "install system" command
Diffstat (limited to 'scripts/install')
-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 |