debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 08 Jul 2009 21:45:18 +0200
branchstable
changeset 2335 b78249be8a4b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[reledit] fix reload type (was a string), use simple clicks instead of doubles

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0