debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 18 Apr 2014 14:24:52 +0200
changeset 9723 46ad7d474d3d
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[test] use assertNotIsInstance instead of assert_(not isinstance(...))

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