debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 03 Feb 2014 19:00:52 +0100
changeset 9491 e82370a30018
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[repo] restore python 2.6 compatibility Broken in 12dfce15c8ea.

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