Updated plugin api docs

This commit is contained in:
Carl D. Roth
2016-11-28 13:34:08 -08:00
parent 6448819434
commit ee551d5968
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Example Python script for post-install hooks.
Add this as a postinstall hook to your installer via
the 'mkinstaller.py' command line:
$ mkinstaller.py ... --postinstall-plugin sample-postinstall.py ...
$ mkinstaller.py ... --plugin sample-postinstall.py ...
At install time, this script will

View File

@@ -5,7 +5,7 @@ Example Python script for pre-install hooks.
Add this as a preinstall hook to your installer via
the 'mkinstaller.py' command line:
$ mkinstaller.py ... --preinstall-plugin sample-preinstall.py ...
$ mkinstaller.py ... --plugin sample-preinstall.py ...
At install time, this script will