debian/cubicweb-twisted.postinst
author Florent Cayré <florent.cayre@gmail.com>
Sun, 06 Nov 2016 16:43:27 +0100
branch3.24
changeset 11806 5fdc92be3ba7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Add some words in changelog about pyramid support in core + fix its title Closes #16121152.

#! /bin/sh -e

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