From: Roland Mas <lolando@debian.org>
Date: Fri, 19 Jan 2024 16:14:53 +0100
Subject: Stop installing postinst and errmsg files

---
 cmake/Modules/InstallMCCODE.cmake | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cmake/Modules/InstallMCCODE.cmake b/cmake/Modules/InstallMCCODE.cmake
index 69033a1..e5bf957 100644
--- a/cmake/Modules/InstallMCCODE.cmake
+++ b/cmake/Modules/InstallMCCODE.cmake
@@ -392,8 +392,6 @@ macro(installMCCODE)
       @ONLY)
     install(PROGRAMS ${WORK}/support/${FLAVOR}-module DESTINATION "${DEST_DATADIR_TOPENVFILES}")
 
-    install(PROGRAMS ${WORK}/support/${FLAVOR}-postinst DESTINATION "${DEST_BINDIR}")
-    install(PROGRAMS ${WORK}/support/${FLAVOR}_errmsg DESTINATION "${DEST_BINDIR}")
   endif()
 
   if(WINDOWS)
