#!/usr/bin/perl
#---------------------------------------------------------------
# Project         : Mandrakelinux
# Module          : hwdb/clients
# File            : add_adsl
# Version         : $Id: add_adsl,v 1.1 2004/08/03 13:05:38 flepied Exp $
# Author          : Frederic Lepied
# Created On      : Mon Dec 29 19:36:09 2003
# Purpose         : upload an usb storage record to the hardware database
#---------------------------------------------------------------

use lib qw(/usr/share/hwdb);
use hwdb;

my $hwdb = hwdb::init("add_adsl");

hwdb::upload_adsl($hwdb);

# add_adsl ends here
