debian/cubicweb-ctl.postrm
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 02 Mar 2009 14:27:31 +0100
changeset 993 c1ce4c3a7c8f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
removing useless method for interfaces ISiocItem and ISiocContainer.

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