debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Mar 2010 16:15:16 +0100
changeset 5047 ed048e317eae
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[ms] fix name error introduced by rql 0.26 api update

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