debian/cubicweb-server.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 03 May 2013 16:24:42 +0200
changeset 8965 f15657f70c01
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg/debian] update yams runtime depends Only the built depends were updated to 0.37.0.

#! /bin/sh -e

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