debian/cubicweb-server.prerm
author Florent <florent@secondweb.fr>
Mon, 25 May 2009 22:14:58 +0200
changeset 1934 be86bb31c4c2
parent 0 b97547f5f1fa
permissions -rw-r--r--
add single input password widget

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