debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 Aug 2009 23:20:22 +0200
branchstable
changeset 2912 e244a0fd7d71
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.4.4 for changeset 2aee4ea585cd

#! /bin/sh -e

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