debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 10 Feb 2010 14:31:22 +0100
changeset 4547 5f957e351b0a
parent 0 b97547f5f1fa
permissions -rw-r--r--
added jquery.ui image files

#! /bin/sh -e

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