summaryrefslogtreecommitdiff
path: root/scripts/install/install-postinst-new
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2017-08-28 17:19:01 +0200
committerChristian Poessinger <christian@poessinger.com>2017-11-03 08:55:21 +0100
commita64512fd102d7fb08928c6a52551459ff3446281 (patch)
treebbcf9b2cb1cb0e0ae39919373fdc2c97a4b68a91 /scripts/install/install-postinst-new
parent67747479b2f6d4998687f5e7eec5c5923d913124 (diff)
downloadvyatta-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-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