24 lines
257 B
Plaintext
24 lines
257 B
Plaintext
#$Id$
|
|
#Copyright (c) 2008-2012 Pierre Pronchery <khorben@defora.org>
|
|
|
|
|
|
|
|
#includes
|
|
. "`dirname $0`/Apps/Devel/src/scripts/targets/NetBSD"
|
|
|
|
|
|
#functions
|
|
#public
|
|
#_image_post
|
|
_image_post()
|
|
{
|
|
_image_image_post
|
|
}
|
|
|
|
|
|
#_image_pre
|
|
_image_pre()
|
|
{
|
|
_image_image_pre
|
|
}
|