diff options
Diffstat (limited to 'hicn-plugin/cmake')
-rw-r--r-- | hicn-plugin/cmake/Modules/Packaging.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hicn-plugin/cmake/Modules/Packaging.cmake b/hicn-plugin/cmake/Modules/Packaging.cmake index 8cace744b..61453d6fd 100644 --- a/hicn-plugin/cmake/Modules/Packaging.cmake +++ b/hicn-plugin/cmake/Modules/Packaging.cmake @@ -29,3 +29,18 @@ set(${HICN_PLUGIN}_RPM_DEPENDENCIES "vpp >= stable_version-release, vpp < next_version-release, vpp-plugins >= stable_version-release, vpp-plugins < next_version-release" CACHE STRING "Dependencies for deb/rpm package." ) + +set(${HICN_PLUGIN}_DEB_PACKAGE_CONTROL_EXTRA + "${CMAKE_CURRENT_SOURCE_DIR}/scripts/postinst" + CACHE STRING "Control scripts conffiles, postinst, postrm, prerm." +) + +set(${HICN_PLUGIN}_RPM_POST_INSTALL_SCRIPT_FILE + "${CMAKE_CURRENT_SOURCE_DIR}/scripts/post" + CACHE STRING "Install script that will be copied in the %post section" +) + +set(${HICN_PLUGIN}_RPM_POST_UNINSTALL_SCRIPT_FILE + "${CMAKE_CURRENT_SOURCE_DIR}/scripts/postun" + CACHE STRING "Uninstall script that will be copied in the %postun section" +)
\ No newline at end of file |