#!/bin/sh
#---------------------------------------------------------------
# Project         : Mandrake Linux
# Module          : dynamic
# File            : nomadjukebox.script
# Version         : $Id$
# Author          : Vincent Danen
# Created On      : Wed Aug 21 18:10:12 2002
# License         : GPL
# Purpose         : script run when a Creative Nomad is plugged.
#---------------------------------------------------------------

. /etc/dynamic/scripts/functions.script

check_activated $0

call_hooks $1 nomadjukebox $2 ""

# nomadjukebox.script ends here
