debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 19 Jan 2011 11:23:16 +0100
branchstable
changeset 6845 027c93dfba0a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[c-c list] don't crash if there are no 'version' attribute in pkginfo

#! /bin/sh -e

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