debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 19 Dec 2014 12:35:43 +0100
changeset 10126 459c5585d2f1
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[debian] update cubicweb-dev's lintian override Switching from python-support to dh-python changed the installation path.

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