#!/bin/sh set -e . /usr/share/debconf/confmodule db_get carnet-debian/packages || true packages="`echo $RET | tr -d ','`" apt-get install $packages