debian/cubicweb-ctl.postrm
author sylvain.thenault@logilab.fr
Fri, 30 Jan 2009 15:32:02 +0100
changeset 534 1368c80276bc
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not

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