debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Jun 2016 17:13:10 +0200
changeset 11358 179b5ff3f428
parent 0 b97547f5f1fa
permissions -rw-r--r--
Update to yams 0.44 API

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