From fd70ae0b61a138f900322beeaa89cf05986950ea Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 3 Sep 2014 23:58:36 -0700 Subject: [PATCH] Kill fishd after installing fish for OS X, to pick up fishd changes --- build_tools/osx_package_scripts/postinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_tools/osx_package_scripts/postinstall b/build_tools/osx_package_scripts/postinstall index 544fd1de1..8a4ddbcf3 100755 --- a/build_tools/osx_package_scripts/postinstall +++ b/build_tools/osx_package_scripts/postinstall @@ -1,3 +1,5 @@ #!/bin/sh -x ./add-shell /usr/local/bin/fish > /tmp/fish_postinstall_output.log +killall fishd || true +