debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 20 Nov 2008 15:00:34 +0100
changeset 108 60faaa480f02
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[doc] another step towards dissolving LAX book into CubicWeb book

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