debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 28 Aug 2013 11:36:44 +0200
branchstable
changeset 9223 233e770293a9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[date picker widgets] properly distinguish DOM id and input name. Closes #3096575

#! /bin/sh -e

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