debian/cubicweb-twisted.prerm
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Thu, 12 Aug 2010 14:41:44 +0200
branchstable
changeset 6104 a57db3faa913
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tableview] take care, description may include None (try Any NULL)

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