debian/cubicweb-twisted.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Thu, 09 Dec 2010 15:27:02 +0100
changeset 6737 de49060d4be3
parent 0 b97547f5f1fa
permissions -rw-r--r--
add localization files for jquery datepicker

#! /bin/sh -e

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