debian/cubicweb-twisted.prerm
author David Douard <david.douard@logilab.fr>
Wed, 24 Apr 2013 17:48:08 +0200
changeset 8920 386049566ceb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ldap] prepare import of CWGroup All CWUser specific code is put in dedicated sections.

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