#!/bin/sh
#
#scandb: version 1.0
#
#usage:
#
#scandb packagename
#
#where:
#pkgname is the name of the tgz package inside the slack database


#--------------------------------------------------------------
#aux. functions


. $INSTDIR/core-functions
#--------------------------------------------------------------


#--------------------------------------------------------------
#main body


checkList $1

#--------------------------------------------------------------

#EOF
