debian/cubicweb-server.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 20 May 2009 16:35:37 +0200
branchstable
changeset 1884 893119ce3fef
parent 0 b97547f5f1fa
permissions -rw-r--r--
give a title to timeline generic view

#! /bin/sh -e

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