Add fblib_cleanup function

This commit is contained in:
Godzil 2015-12-17 11:33:02 +00:00
parent a1ff1f48ca
commit 23e783694e

View File

@ -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}
}
}