debian/cubicweb-server.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 24 Jul 2009 09:30:04 +0200
changeset 2463 5200c0f7d2d5
parent 0 b97547f5f1fa
permissions -rw-r--r--
add migration script for the new cwuri metadata attribute

#! /bin/sh -e

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