debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Dec 2010 10:09:12 +0100
branchstable
changeset 6726 51880d28ef63
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[autoform] fix call to remove pending generic relation: reference bad function name

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