debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 15 Feb 2010 15:12:57 +0100
branchstable
changeset 4574 2380444d982c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema] refactor/cleanup check_permissions

#! /bin/sh -e

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