debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Jul 2011 18:21:47 +0200
brancholdstable
changeset 7676 cc3987eb793c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
oldstable is now 3.12

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