debian/cubicweb-server.postinst
author Jérôme Roy <jerome.roy@logilab.fr>
Wed, 10 Apr 2013 16:22:48 +0200
changeset 8885 b3409c1dc012
parent 0 b97547f5f1fa
permissions -rw-r--r--
[LDAP] rename unittest ldapuser to ldapsource (prepares #2528116) the tests involved are not only for ldapuser module but also for the more general ldapfeed Necessary to prepare LDAP patch for CWgroup

#! /bin/sh -e

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