debian/cubicweb-twisted.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Fri, 25 Jun 2010 11:29:48 +0200
branchstable
changeset 5835 4125a8021956
parent 0 b97547f5f1fa
permissions -rw-r--r--
[#969169] don't display remove link in edition forms if the cardinality is 1

#! /bin/sh -e

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