summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cpack-rpm-pre-post-install.rst
blob: 0909d940eff379d4051ee0aef93110599512ed66 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.