From ee551d596835ca1439b23aaade35f2037d23109b Mon Sep 17 00:00:00 2001 From: "Carl D. Roth" Date: Mon, 28 Nov 2016 13:34:08 -0800 Subject: [PATCH] Updated plugin api docs --- builds/any/installer/sample-postinstall.py | 2 +- builds/any/installer/sample-preinstall.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/any/installer/sample-postinstall.py b/builds/any/installer/sample-postinstall.py index cf1db0b4..1efd4aa3 100644 --- a/builds/any/installer/sample-postinstall.py +++ b/builds/any/installer/sample-postinstall.py @@ -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 diff --git a/builds/any/installer/sample-preinstall.py b/builds/any/installer/sample-preinstall.py index cd29c2dc..b0e1c114 100644 --- a/builds/any/installer/sample-preinstall.py +++ b/builds/any/installer/sample-preinstall.py @@ -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