debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 08 Jan 2015 15:37:20 +0100
changeset 10150 c7b218125c25
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] don't include extra files in tarballs Blind wildcards for dirs that may contain generated or temporary files can lead to trouble and unreproducible results.

#! /bin/sh -e

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