debian/cubicweb-twisted.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 26 Aug 2011 17:27:09 +0200
branchstable
changeset 7754 e3da9e7fc584
parent 0 b97547f5f1fa
permissions -rw-r--r--
merged back oldstable fix to stable

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