debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 09 Jul 2015 11:26:09 +0200
changeset 10529 747eded13c68
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[test] use FakeFile instead of File in test_fulltextindex File.data is no longer fulltextindexed.

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