debian/cubicweb-ctl.postrm
author Damien Garaud <damien.garaud@logilab.fr>
Tue, 06 May 2014 18:32:03 +0200
changeset 9827 c7ce035aede8
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[dataimport] Drop reference to the 'source' column (closes #4067694). CW 3.19 drops the multi-source support. This column does not exist in 3.19.

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