debian/cubicweb-ctl.postrm
author Alain Leufroy <alain.leufroy@logilab.fr>
Mon, 02 Jun 2014 13:50:15 +0200
changeset 9899 2918ef1e3199
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[dataimport] _create_copyfrom_buffer: fix separator check in string converter The empty string is a valid replace_sep. Related to #3845572

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