%install
rm -rf %{buildroot}
+%if "%{profile}" == "tv"
+mkdir -p %{buildroot}%{_datadir}/upgrade/vd_scripts/additional_scripts
+install -p -m 500 org.tizen.screen-reader.sh %{buildroot}%{_datadir}/upgrade/vd_scripts/additional_scripts/org.tizen.screen-reader.sh
+%endif
# For build optimization for mobile/wearable
# In the unified build, this should be always true
%{AppDir}/res/sounds/*
%{AppDir}/res/locale/*/LC_MESSAGES/*
%{DataDir}/packages/%{name}.xml
+%if "%{profile}" == "tv"
+%{_datadir}/upgrade/vd_scripts/additional_scripts/org.tizen.screen-reader.sh
+%endif
# For build optimization for mobile/wearable
# In the unified build, this should be always true