debian/cubicweb-server.postinst
author Arthur Lutz <arthur.lutz@logilab.fr>
Mon, 16 Feb 2009 19:53:35 +0100
changeset 636 3e9245cf0d9c
parent 0 b97547f5f1fa
permissions -rw-r--r--
handle register with email adress

#! /bin/sh -e

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