mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Updated plugin api docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user