debian/cubicweb-twisted.postinst
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

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0