debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Fri, 10 Apr 2009 16:48:03 +0200
branchtls-sprint
changeset 1336 2e552353c42a
parent 0 b97547f5f1fa
permissions -rw-r--r--
insert an optgroup as separator on None values

#! /bin/sh -e

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