debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 03 Aug 2010 12:21:34 +0200
branchstable
changeset 6059 47f84adcd676
parent 0 b97547f5f1fa
permissions -rw-r--r--
added tip on config file migration in scripts

#! /bin/sh -e

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