debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 15 Sep 2010 15:14:35 +0200
branchstable
changeset 6247 f7cb092d2296
parent 0 b97547f5f1fa
permissions -rw-r--r--
unique_together: recast exception raised by sqlite updated the translations (en + fr) while I was at it

#! /bin/sh -e

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