debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 01 Aug 2009 16:20:08 +0200
changeset 2632 920bfaff60a4
parent 0 b97547f5f1fa
permissions -rw-r--r--
B [schema update] may remove has_text unexpectedly, give another argument to fix it

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