debian/cubicweb-ctl.postrm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 24 Jun 2010 16:03:57 +0200
branchstable
changeset 5834 b8ad49864928
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
fix name error

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