debian/cubicweb-ctl.postrm
author Anthony Truchet <anthony.truchet@logilab.fr>
Fri, 04 Nov 2011 17:29:39 +0100
branchstable
changeset 8062 ffd510fb71da
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[doc] fix data hooks parent class in Hooks doc.

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