debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Apr 2014 12:39:59 +0200
changeset 9663 f512d72a1dc4
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly

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