debian/cubicweb-ctl.postrm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 24 Sep 2009 00:24:21 +0200
changeset 3460 e4843535db25
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[api] some more _cw / __regid__, automatic tests now pass again

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