debian/cubicweb-ctl.postrm
author Laura Médioni <laura.medioni@logilab.fr>
Fri, 27 Jun 2014 12:00:17 +0200
changeset 9960 6359f3121f3f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[hooks] do not abuse of inheritance for CWRType hooks Just copy the selector to ease readability.

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