debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 09 Dec 2010 14:55:51 +0100
brancholdstable
changeset 6734 ec9a5efdc451
parent 0 b97547f5f1fa
permissions -rw-r--r--
make rename_table work with MS SQL (needs updated logilab.database)

#! /bin/sh -e

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