debian/cubicweb-twisted.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 04 May 2010 12:05:00 +0200
brancholdstable
changeset 5455 3dc47a52dd19
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix bad reading of options in ldapuser.py time related options have type time and not int, so use the proper function to handle conversions

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