#!/bin/sh

lpinfo -m | while read drv vendor model;do echo "$vendor;$vendor $model;$drv";done|sort -u >/var/cache/alterator/printers-drivers.dump
