debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 13 Jul 2016 12:17:37 +0200
changeset 11409 218815f40576
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema2sql] Drop unused indent argument on aschema2sql Related to #14050899

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