debian/cubicweb-ctl.postrm
author Anthony Truchet <anthony.truchet@logilab.fr>
Mon, 10 Feb 2014 11:03:43 +0100
changeset 9972 e210f0e082b0
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[CWEP002] document computed relations and attributes Related to #3546717.

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