debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 12 Aug 2010 16:50:52 +0200
branchstable
changeset 6106 1e6d93f70d14
parent 0 b97547f5f1fa
permissions -rw-r--r--
[selectors] fix match_transition & introduce new edited_attribute selector

#! /bin/sh -e

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