debian/cubicweb-ctl.postrm
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 18 Jun 2015 14:43:06 +0200
changeset 10402 e3c20f4d1a7c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[test] typo in entities test comment

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