debian/cubicweb-twisted.prerm
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 04 Feb 2014 11:23:58 +0100
changeset 9513 a7e0746f010c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc/3.19] Clarify repoapi.get_repository usage Followup for 9a62c52d167e.

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