debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 06 Oct 2015 11:44:51 +0200
changeset 10775 4b3c1069bd4e
parent 0 b97547f5f1fa
permissions -rw-r--r--
Fix md5crypt and crypt_password test for python3 Make sure to always work with bytes for hashing.

#! /bin/sh -e

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