debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 Jan 2010 09:53:48 +0100
changeset 4387 4aacd6492ef4
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
reorganize code: move everything related to inlined forms and generic relation from editviews/editforms where there are used, eg in autoforms

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