debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@free.fr>
Sun, 31 Aug 2014 18:04:46 +0200
changeset 10213 e53cc2182cf8
parent 0 b97547f5f1fa
permissions -rw-r--r--
Remove unused imports

#! /bin/sh -e

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