summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@chef.io>2015-12-03 22:29:20 -0500
committerJulian C. Dunn <jdunn@chef.io>2015-12-03 22:29:20 -0500
commit302215c71fda7a414a5834b8cf41e6d054588cf6 (patch)
tree2a59319252f8896e46a0ab9dcf46f77e7af1c842
parentf203960e3f4af4cd97700661d5e86a91d46a882e (diff)
downloadchef-302215c71fda7a414a5834b8cf41e6d054588cf6.tar.gz
Remove bogus symlinks. This will fix https://github.com/chef/chef-dk/issues/578
-rwxr-xr-xpackage-scripts/chefdk/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/package-scripts/chefdk/postinst b/package-scripts/chefdk/postinst
index 3257e2eef0..73a37487c9 100755
--- a/package-scripts/chefdk/postinst
+++ b/package-scripts/chefdk/postinst
@@ -36,7 +36,7 @@ fi
# We test for the presence of /usr/bin/chef-client to know if this script succeeds,
# so chef-client must appear as the last item here.
-binaries="chef chef-solo chef-apply chef-shell knife shef ohai berks chef-zero fauxhai foodcritic kitchen rubocop strain strainer chef-client"
+binaries="chef chef-solo chef-apply chef-shell knife ohai berks fauxhai foodcritic kitchen rubocop chef-client"
# rm -f before ln -sf is required for solaris 9
for binary in $binaries; do