debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 14 Dec 2009 14:58:41 +0100
branchstable
changeset 4114 a75a6e770717
parent 0 b97547f5f1fa
permissions -rw-r--r--
Passwords need to be considered as binary fields

#! /bin/sh -e

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