debian/cubicweb-twisted.postinst
author Celso FLORES <celso.flores@crealibre.com>
Tue, 04 Mar 2014 12:04:04 +0100 (2014-03-04)
changeset 9544 59111c3bd02c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[i18n] es.po updated
#! /bin/sh -e

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