debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 04 Aug 2011 12:50:49 +0200
branchstable
changeset 7735 71adfd6bab38
parent 0 b97547f5f1fa
permissions -rw-r--r--
[source] update system table and internal structures on source renaming. Closes #1896721

#! /bin/sh -e

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