debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Tue, 20 Oct 2015 16:05:36 +0200
changeset 11060 3699fca78836
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sources/native] ask permission to continue restoring even if metadata do not match (closes #7771864) Moreover we try to clarify the message (Expected/Found was never too clear for users).

#! /bin/sh -e

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