#!/bin/bash

# see: http://tickets.chef.io/browse/CHEF-3022
if [ ! -e /etc/redhat-release -o "x$1" == "x0" ]; then
  rm -f /usr/bin/private-chef-ctl
  rm -f /usr/bin/chef-server-ctl
fi

