debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 10 Jun 2009 18:45:06 +0200
branchstable
changeset 2095 897732d3ee5a
parent 0 b97547f5f1fa
permissions -rw-r--r--
avoid overriding specified values when guessing field

#! /bin/sh -e

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