debian/cubicweb-ctl.postrm
author sylvain.thenault@logilab.fr
Tue, 13 Jan 2009 17:57:49 +0100
changeset 395 cce260264122
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
catch Exception in case there is some unexepected selector bug

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