Browse Source

Merge topic 'cpack-rpm-pre-post-install'

6e927faf Help: Add notes for topic 'cpack-rpm-pre-post-install'
Brad King 11 years ago
parent
commit
f81af6f526
1 changed files with 12 additions and 0 deletions
  1. 12 0
      Help/release/dev/cpack-rpm-pre-post-install.rst

+ 12 - 0
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.