debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 07 Jul 2015 21:13:23 +0200
changeset 10523 f245d865821e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
delete unmaintained clone_deps script Closes #2517580.

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