debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 23 Nov 2010 16:29:54 +0100
brancholdstable
changeset 6708 09c98763ae9d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg/debian] Add source format information

#! /bin/sh -e

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