debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 May 2011 17:27:15 +0200
branchstable
changeset 7409 47c8009dbbe2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migractions] dropped_constraints should accept only droprequired without cstrtype

#! /bin/sh -e

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