summaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-03-10 18:32:59 +0100
committerChristian Poessinger <christian@poessinger.com>2018-03-10 18:33:16 +0100
commite6903c7824dd1f8a425c18f670742ba8b5c92044 (patch)
treece474c5ceb8695bbacf838ccadfbf062326a3185 /scripts/install
parent622228a6e8c600c895192daa7f3227602ba1237c (diff)
parenta64512fd102d7fb08928c6a52551459ff3446281 (diff)
downloadvyatta-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-xscripts/install/install-postinst-new8
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