debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 21 Jun 2016 14:13:54 +0200
changeset 11300 01c04bbbe7b8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Depends on yams >= 0.43 RPM spec file and debian/control got updated previously.

#! /bin/sh -e

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