#!/bin/sh

lib_dir=/usr/share/printer-drivers

FOOMATIC_OVERVIEW=/usr/bin/foomatic-combo-xml

[ -f $FOOMATIC_OVERVIEW ] || exit 0
[ -d /usr/share/foomatic ] || exit 0

$FOOMATIC_OVERVIEW -O -l /usr/share/foomatic/|/bin/awk -f $lib_dir/dump_foomatic.awk
