#!/bin/sh set -e # Update the Apt File cache. # # This allows to use using apt-file out-of-the-box. . /live-build/config/binary if command -v apt-file >/dev/null && [ "${LB_APT_INDICES}" = "true" ] then apt-file update fi