Kill fishd after installing fish for OS X, to pick up fishd changes

This commit is contained in:
ridiculousfish 2014-09-03 23:58:36 -07:00
parent 3e2d68a059
commit fd70ae0b61

View File

@ -1,3 +1,5 @@
#!/bin/sh -x
./add-shell /usr/local/bin/fish > /tmp/fish_postinstall_output.log
killall fishd || true