debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Dec 2011 19:01:15 +0100
branchstable
changeset 8135 12c7b6065def
parent 0 b97547f5f1fa
permissions -rw-r--r--
[css] use listingHeaderBgColor in old css this also fix inconsistency between background image / bg color

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