debian/cubicweb-twisted.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 22 Oct 2014 14:28:01 +0200
changeset 10097 e62d2c73784f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] Beautify jquery.treeview.js Fully mechanical, just whitespace changes.

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