debian/cubicweb-twisted.prerm
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 Jun 2016 11:27:43 +0200
changeset 11368 a32209aba682
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] Clarify user registration service tests * split permissions test appart * avoid usage of internal_cnx as this does not seem need

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0