debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Jun 2013 16:01:59 +0200
changeset 9456 a79e88aad555
parent 0 b97547f5f1fa
permissions -rw-r--r--
[multi-sources-removal] Kill repo.sources there is only the system source in there now! Related to #2919300

#! /bin/sh -e

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