debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Jun 2010 12:13:38 +0200
changeset 5766 c397819f2482
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[js tests] fix javascripts tests definition, test_datetime.js now included in test_utils.js, which test other stuff as well

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