echo "############### iot-making-building-blocks-dll.post ################"
+export IBCDATA_DIR=/usr/share/dotnet.tizen/ibcdata
+
if [ -f /opt/share/bb/make_tizenfx_from_bb.sh ]
then
/opt/share/bb/make_tizenfx_from_bb.sh
if [ -f /usr/bin/dotnettool ]
then
- dotnettool --ni-system
+ #remove previous native image
+ dotnettool --ni-reset-system
+
+ # generate native image
+ dotnettool --ibc-dir $IBCDATA_DIR --ni-system
+
+ # remove ibc data files
+ if [ -d $IBCDATA_DIR ]
+ then
+ rm -rf $IBCDATA_DIR
+ fi
else
echo "There is no execute file - /usr/bin/dotnettool"
fi