Comment 2 for bug 316929

Revision history for this message
elizabeth (bethnesbitt) wrote :

this works

sudo nano /var/lib/dpkg/info/etcinsvk.postinst
find the line db_get debian-edu-config/etc-in-svk
add || true after the line
db_get debian-edu-config/etc-in-svk || true
sudo apt-get install -f
sudo apt-get update

update of etc-in-svk now is db_get etcinsvk/enabled

:)