debian/cubicweb-ctl.postrm
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 01 Apr 2015 15:06:45 +0200
changeset 10300 bfe33b5710d1
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web/views] Allow changing CSVView's separator (closes #5227442)

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