debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 17 Aug 2010 15:22:57 +0200 (2010-08-17)
branchstable
changeset 6114 3e1718a2db55
parent 0 b97547f5f1fa
permissions -rw-r--r--
[formwidgets] new allow_none attribute on BooleanField allowing a third None value for booleans
#! /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