debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Thu, 19 Sep 2013 18:03:09 +0200
branchstable
changeset 9233 7d3316bfa4ff
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] allow /data/ url again (closes #2464798) This feature was broken by 65fecbeb9c3a (which fixed another one itself).

#! /bin/sh -e

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