debian/cubicweb-server.postinst
author Florent <florent@secondweb.fr>
Mon, 25 May 2009 22:14:58 +0200
changeset 1934 be86bb31c4c2
parent 0 b97547f5f1fa
permissions -rw-r--r--
add single input password widget

#! /bin/sh -e

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