debian/cubicweb-server.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 24 Apr 2013 17:40:49 +0200
changeset 8919 4cba95ef4738
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ldap] handle modification date We are now able to import modification date from ldap.

#! /bin/sh -e

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