debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 19 Aug 2009 00:09:19 +0200
branchstable
changeset 2916 f42029293e59
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleanup, use striplines argument of assertLinesEquals

#! /bin/sh -e

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