debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 24 Nov 2011 17:00:09 +0100
changeset 8101 f9fa2f47572c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sorted navigation] refactor code so that when an attribute is found, nb_chars may be recomputed anyway according to variable type

#! /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