debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 14 Apr 2010 08:58:57 +0200
branchstable
changeset 5240 2af0427e8ead
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tests] fix bfss tests to match new uniquify implementation

#! /bin/sh -e

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