debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 Apr 2011 12:12:14 +0200
branchstable
changeset 7290 f2051e08cbff
parent 0 b97547f5f1fa
permissions -rw-r--r--
[primary view] display entity source in 'metadata' view if it's not the system source

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