debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Apr 2012 14:29:42 +0200
branchstable
changeset 8346 97fd81357d1d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] with yams#stable, ordernum is different than with yams#default

#! /bin/sh -e

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