debian/cubicweb-twisted.prerm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 23 Nov 2010 16:29:54 +0100
brancholdstable
changeset 6708 09c98763ae9d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg/debian] Add source format information

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