debian/cubicweb-server.prerm
author Fabrice <fabrice@secondweb.fr>
Tue, 28 Jul 2009 10:19:14 +0200
changeset 2554 3b6a6d2f9d7e
parent 0 b97547f5f1fa
permissions -rw-r--r--
make jsvars declaration xhtml and html compatible

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