debian/cubicweb-ctl.postrm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 12 Mar 2009 09:29:32 +0100
branchtls-sprint
changeset 1088 b7b58c3bb575
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
commit pending work (started in TLS): starting to implement Creation/Edition form with new form API

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