debian/cubicweb-ctl.postrm
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 19 Feb 2014 11:01:19 +0100
branchstable
changeset 9558 1a719ca9c585
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[doc/book] Fix typo in import

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