debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 Apr 2016 12:39:08 +0200
changeset 11237 f32134dd0067
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repository] drop remanescence of old multi-sources code we don't use anymore this inputmap/varmap thing.

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