debian/cubicweb-twisted.prerm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 09 Apr 2014 15:42:27 +0200 (2014-04-09)
changeset 9759 846bc9227394
parent 0 b97547f5f1fa
permissions -rw-r--r--
[serverctl] rename 'add-source' to 'source-add' for consistency's sake (closes #3732169)
#! /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