debian/cubicweb-server.postinst
author Alain Begey <alain@unlish.com>
Fri, 11 Apr 2014 17:43:26 +0200
changeset 9716 c44224387028
parent 0 b97547f5f1fa
permissions -rw-r--r--
[widget] Addition of EmailInput Simple input widget with type = 'email' Closes #3741921

#! /bin/sh -e

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