debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 22 Feb 2013 19:36:40 +0100
changeset 8719 539ed3fb27cb
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[towards py3k] import reduce() from functools (part of #2711624)

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