debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 22 May 2012 12:41:18 +0200
changeset 8412 09432a572a44
parent 0 b97547f5f1fa
permissions -rw-r--r--
[IE] use document.createStyleSheet to add CSS dynamically (closes #2356261)

#! /bin/sh -e

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