ignore some internal warnings
prevent the display of warnings caused by the definition of deprecated functions
so that the output of cubicweb-ctl is not polluted.
#! /bin/sh -ecase "$1" in remove) if [ -x "/etc/init.d/cubicweb-ctl" ]; then invoke-rc.d cubicweb-ctl stop || true fi ;;esac#DEBHELPER#exit 0