debian/cubicweb-server.postinst
author Charles Hébert <charles.hebert@logilab.fr>
Mon, 24 Jan 2011 16:59:26 +0100
branchstable
changeset 6881 a473bf557456
parent 0 b97547f5f1fa
permissions -rw-r--r--
[selector] update `match_transition` selector to match form & as well as form view.

#! /bin/sh -e

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