debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 29 Sep 2009 12:44:50 +0200
branchstable
changeset 3518 11ce4682187d
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[form] important refactoring of inlined forms to get proper separation of form object creation / rendering

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