debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Tue, 19 Jul 2016 19:30:10 +0200
branch3.22
changeset 11438 828483a88825
parent 0 b97547f5f1fa
permissions -rw-r--r--
[webctl] set uid of file produced by gen-static-datadir (closes #11298794)

#! /bin/sh -e

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