ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable
This commit is contained in:
parent
2efad09d92
commit
38a99f54e3
@ -88,6 +88,17 @@ ENDIF(NOT CPACK_DEBIAN_PACKAGE_PRIORITY )
|
|||||||
# Suggests:
|
# Suggests:
|
||||||
# You should set: CPACK_DEBIAN_PACKAGE_SUGGESTS
|
# You should set: CPACK_DEBIAN_PACKAGE_SUGGESTS
|
||||||
|
|
||||||
|
# CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
|
||||||
|
# This variable allow advanced user to add custom script to the control.tar.gz (inside the .deb archive)
|
||||||
|
# Typical examples are:
|
||||||
|
# - conffiles
|
||||||
|
# - postinst
|
||||||
|
# - postrm
|
||||||
|
# - prerm"
|
||||||
|
# Usage:
|
||||||
|
# SET(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
|
||||||
|
# "${CMAKE_CURRENT_SOURCE_DIR/prerm;${CMAKE_CURRENT_SOURCE_DIR}/postrm")
|
||||||
|
|
||||||
|
|
||||||
# For debian source packages:
|
# For debian source packages:
|
||||||
# debian/control
|
# debian/control
|
||||||
|
Loading…
x
Reference in New Issue
Block a user