Files
MaxScale/etc/postinst.in
Markus Makela 5d6b805d6e Moved CMake modules to a separate directory and disabled local installs of system files when building packages.
The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
2015-01-30 15:45:33 +02:00

6 lines
143 B
Bash
Executable File

#!/bin/sh
install @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/
install @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/
/sbin/ldconfig