debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 May 2009 14:19:30 +0200
changeset 2005 e8032965f37a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
turn every form class into appobject. They should not be instantiated manually anymore.

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0