debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 03 Jun 2010 09:24:41 +0200
branchstable
changeset 5648 d6bee21cf5db
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleanup the no_sqlite_wrap attribute after this test is executed

#! /bin/sh -e

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