debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 01 Aug 2009 16:20:08 +0200
changeset 2632 920bfaff60a4
parent 0 b97547f5f1fa
permissions -rw-r--r--
B [schema update] may remove has_text unexpectedly, give another argument to fix it

#! /bin/sh -e

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