debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 25 Sep 2009 11:23:11 +0200 (2009-09-25)
changeset 3471 8c57c71b859c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
can now give context to rschema.display_name(...)
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0