debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 04 Oct 2010 16:58:34 +0200
changeset 6387 edbc53707bac
parent 0 b97547f5f1fa
permissions -rw-r--r--
new script cwuser_ldap2system used to migrate ldap users to system source based on work by adim.

#! /bin/sh -e

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