debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 20 Oct 2009 19:19:19 +0200
branchstable
changeset 3761 2c3b72faf05d
parent 0 b97547f5f1fa
permissions -rw-r--r--
small cleanup & revert to less intrusive icon

#! /bin/sh -e

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