debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 09 Mar 2010 14:38:41 +0100
changeset 4853 5dd4a9a46266
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[goa] i know goa is broken but that's still that we won't have to fix later :)

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