debian/cubicweb-server.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 09 Dec 2010 14:35:20 +0000
brancholdstable
changeset 6733 627a93027605
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ldap] fix user-filter handling

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