[sources] Skip problematic sources when starting shell instead of crashing. Closes #3670208
At least this gives an opportunity to fix the problem in using c-c shell, which
is currently not possible because it crashes during initialization.
Notice that since sources are copy based, it should not be a problem at all to
have some disabled, beside for services such as authentication sources as
ldapfeed.
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
update-rc.d cubicweb remove >/dev/null
fi
#DEBHELPER#
exit 0