debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Feb 2010 12:14:36 +0100
changeset 4475 37c413a07216
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
kill most pre 3.2 bw compat code

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