debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Feb 2010 08:11:32 +0100
changeset 4460 5c22869079b9
parent 0 b97547f5f1fa
permissions -rw-r--r--
clear rest_path __unique cache in clear_all_caches, fix related test

#! /bin/sh -e

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