debian/cubicweb-ctl.postrm
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Thu, 28 Mar 2013 13:46:50 +0100
changeset 8823 3f590510f72e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[tutorial] minor documentation fixes

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