summaryrefslogtreecommitdiff
path: root/omnibus/package-scripts/angrychef/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/package-scripts/angrychef/postinst')
-rwxr-xr-xomnibus/package-scripts/angrychef/postinst1
1 files changed, 0 insertions, 1 deletions
diff --git a/omnibus/package-scripts/angrychef/postinst b/omnibus/package-scripts/angrychef/postinst
index c8f75105ce..aa3f5d8468 100755
--- a/omnibus/package-scripts/angrychef/postinst
+++ b/omnibus/package-scripts/angrychef/postinst
@@ -87,7 +87,6 @@ fi
if [ -f "$INSTALLER_DIR/bin/chef-shell" ]; then
ln -sf $INSTALLER_DIR/bin/chef-shell $PREFIX/bin || error_exit "Cannot link chef-shell to $PREFIX/bin"
fi
-ln -sf $INSTALLER_DIR/bin/knife $PREFIX/bin || error_exit "Cannot link knife to $PREFIX/bin"
ln -sf $INSTALLER_DIR/bin/ohai $PREFIX/bin || error_exit "Cannot link ohai to $PREFIX/bin"
# We test for the presence of /usr/bin/chef-client to know if this script succeeds, so this