debian/cubicweb-ctl.postrm
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 08 Oct 2015 18:47:57 +0200
changeset 10641 8f82e9523962
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[pkg] 3.20.10

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