debian/cubicweb-server.postinst
author Alain Leufroy <alain.leufroy@logilab.fr>
Mon, 17 Jan 2011 13:36:18 +0100
branchstable
changeset 6836 fb3633142d8f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] fix small bug appearing on Windows

#! /bin/sh -e

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