debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 23 Apr 2012 18:01:30 +0200
branchstable
changeset 8374 04054efc0a54
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration/3.14.4] prevent migration crash when there are NULLs in asource

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