debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Wed, 15 Apr 2009 17:24:34 +0200
branchtls-sprint
changeset 1367 01bb5b727fe3
parent 0 b97547f5f1fa
permissions -rw-r--r--
set dom id on the first input of radio choices

#! /bin/sh -e

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