debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 Jun 2016 11:30:10 +0200
changeset 11369 3c8d345d0f3a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] Add a test for user registration unicity constraint on email

#! /bin/sh -e

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