postinst.debian.tail 254 B

123456
  1. # Automatically added by build_{buster|debian|stretch|wheezy}.cmake
  2. if [ -x "@CMAKE_INSTALL_FULL_SYSCONFDIR@/init.d/manticore" ]; then
  3. update-rc.d manticore defaults >/dev/null
  4. invoke-rc.d manticore start || exit $?
  5. fi
  6. # End automatically added section