debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 20 Nov 2008 20:14:23 +0100
changeset 113 1091d8d63f51
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[doc] add a level for better structure

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