debian/cubicweb-twisted.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 05 May 2010 18:19:56 +0200
changeset 5479 6ba3587c5cda
parent 0 b97547f5f1fa
permissions -rw-r--r--
[css] start using uiprops in cubicweb.css

#! /bin/sh -e

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