Add fblib_cleanup function
This commit is contained in:
parent
a1ff1f48ca
commit
23e783694e
@ -63,3 +63,9 @@ drawpixel()
|
||||
|
||||
dd if=${TEMP} of=${SCREEN_FB} bs=1 seek=${skip} count=${BYTE_PER_PIXEL} 2&> /dev/null
|
||||
}
|
||||
|
||||
fblib_cleanup()
|
||||
{
|
||||
rm ${TEMP}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user