debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Jul 2009 14:51:37 +0200
branchstable
changeset 2247 9dbbe6a4c9b0
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
use a counter of displayed inlined forms

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