debian/cubicweb-twisted.postinst
author Florent Cayré <florent.cayre@gmail.com>
Thu, 31 Mar 2011 09:17:43 +0200
branchstable
changeset 7149 9dfd0dea692b
parent 0 b97547f5f1fa
permissions -rw-r--r--
make it easier to inherit from EditionFormView

#! /bin/sh -e

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