debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 23 Sep 2011 14:56:13 +0200 (2011-09-23)
branchstable
changeset 7847 7be550fb337b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[primary view] add 'verbatim' attribute view (closes #1947475) this patch has been applied to default accidentaly
#! /bin/sh -e

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