debian/cubicweb-twisted.prerm
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 30 May 2016 21:35:50 +0200
changeset 11450 c7296e06e74e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[skeleton] Remove test/pytestconf.py

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