debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 16 Sep 2015 11:31:36 +0200
changeset 10828 0e5a9a03a79d
parent 0 b97547f5f1fa
permissions -rw-r--r--
session.id → session.sessionid

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