debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 21 Jul 2010 11:28:30 +0200
branchstable
changeset 6000 98ca82aae3a1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[uiprops] check that STYLESHEETS* and JAVASCRIPTS are lists

#! /bin/sh -e

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