debian/cubicweb-twisted.postinst
author Florent Cayré <florent.cayre@gmail.com>
Thu, 28 Apr 2011 20:24:27 +0200
changeset 7276 f9a68136eb87
parent 0 b97547f5f1fa
permissions -rw-r--r--
handle js/ css file concatenation with twisted

#! /bin/sh -e

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