This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-12-29 06:13:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4a6dbe0922
fish-shell
/
build_tools
/
osx_package_scripts
/
postinstall
4 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Added build_tools folder so we can automate release builds
2012-05-10 09:11:28 +00:00
#!/bin/sh -x
.pkg scripts: remove old installs, fix install volume, logging + Adds a preinstall script to wipe out whatever the last .pkg installed. This should avoid systems that have mad many updates getting into strange states autoloading things that no longer exist. Fixes #2963 + Run add-shell with ${DSTVOLUME} prepended to the path - the installer lets users intall onto any volume, so it's plausible not installed onto / + Use `logger` instead of rando /tmp files for logging - stuff should show up in Console. + make_pkg makes the pkg and also fish.app - the former was being built with -j12 already, make the latter do so as well.
2022-01-21 21:03:35 +00:00
./add-shell ${DSTVOLUME}usr/local/bin/fish | logger -s -t "${INSTALL_PKG_SESSION_ID}"
Reference in a new issue
Copy permalink