views:

4

answers:

0

According to the EPM documentation it's possible in BSD packages to run a script post-installation. I'd like to invoke a script installed as part of the package, if possible, but to do so I need to know a few things about the runtime:

  1. What user will run the script?
  2. What environment variables are set when it runs?
  3. What is the CWD when the script runs?