Change-Id: If094ec91952c320028eaf5f71d0726f72e550ef4
- common-license
- generic-dbus-policychecker
- generic-security
+ - iot-making-building-blocks-dll
- common-cleanup-directory
Repos: []
NoChrootScripts:
--- /dev/null
+#!/bin/sh
+
+echo "############### iot-making-building-blocks-dll.post ################"
+
+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
+ else
+ echo "There is no execute file - /usr/bin/dotnettool"
+ fi
+else
+ echo "There is no script file - /opt/share/bb/make_tizenfx_from_bb.sh"
+fi