diff options
author | Brad King <brad.king@kitware.com> | 2014-11-04 19:41:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-04 19:41:55 (GMT) |
commit | 6e927fafffebccd5e7675154db805f104059996c (patch) | |
tree | d337431b65dae4b33a35f8a743201f0b7c8a01a6 /Help | |
parent | 9ed546ff499b452a0266ab6c1c53e3131a67fd9b (diff) | |
download | CMake-6e927fafffebccd5e7675154db805f104059996c.zip CMake-6e927fafffebccd5e7675154db805f104059996c.tar.gz CMake-6e927fafffebccd5e7675154db805f104059996c.tar.bz2 |
Help: Add notes for topic 'cpack-rpm-pre-post-install'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpack-rpm-pre-post-install.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-rpm-pre-post-install.rst b/Help/release/dev/cpack-rpm-pre-post-install.rst new file mode 100644 index 0000000..0909d94 --- /dev/null +++ b/Help/release/dev/cpack-rpm-pre-post-install.rst @@ -0,0 +1,12 @@ +cpack-rpm-pre-post-install +-------------------------- + +* The :module:`CPackRPM` module learned options to specify + requirements for pre- and post-install scripts. See the + :variable:`CPACK_RPM_PACKAGE_REQUIRES_PRE` and + :variable:`CPACK_RPM_PACKAGE_REQUIRES_POST` variables. + +* The :module:`CPackRPM` module learned options to specify + requirements for pre- and post-uninstall scripts. See the + :variable:`CPACK_RPM_PACKAGE_REQUIRES_PREUN` and + :variable:`CPACK_RPM_PACKAGE_REQUIRES_POSTUN` variables. |