debian/cubicweb-server.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 03 Jun 2010 09:24:41 +0200
branchstable
changeset 5648 d6bee21cf5db
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleanup the no_sqlite_wrap attribute after this test is executed

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