debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Tue, 19 Jul 2016 19:50:48 +0200
branch3.22
changeset 11436 dca6ae982ee5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cwconfig] add the CubicWebConfiguration.ensure_uid_directory() method (related to #11298794) that recursively enforce uid on files.

#! /bin/sh -e

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