debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 07 Oct 2011 17:29:14 +0200
branchstable
changeset 7928 c65fd337fd1d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] update old yams api in change_attribute_type

#! /bin/sh -e

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