debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Jun 2009 09:52:39 +0200
branchstable
changeset 2024 82128fe6798c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
redo juj's fix in stable branch

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