debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 06 Oct 2014 17:50:42 +0200
changeset 9998 3ac86df519af
parent 0 b97547f5f1fa
permissions -rw-r--r--
i18n update 4 strings have disappeared.

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