debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 23 Nov 2010 13:59:10 +0100
brancholdstable
changeset 6704 b7db1f593558
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg-debian] prepare 3.9.9-2

#! /bin/sh -e

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