debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 Apr 2011 12:12:14 +0200
branchstable
changeset 7290 f2051e08cbff
parent 0 b97547f5f1fa
permissions -rw-r--r--
[primary view] display entity source in 'metadata' view if it's not the system source

#! /bin/sh -e

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