debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Fri, 26 Jun 2015 10:26:00 +0200
changeset 11428 7995ae2d74be
parent 0 b97547f5f1fa
permissions -rw-r--r--
[hooks/test/synschema] remove an unneeded skipTest. Related to #5557633.

#! /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