Remove default-fonts-fc-sdk.init.sh file 72/64472/1 accepted/tizen/common/20160408.185210 accepted/tizen/ivi/20160408.105050 accepted/tizen/mobile/20160408.105003 accepted/tizen/tv/20160408.105012 accepted/tizen/wearable/20160408.105032 submit/tizen/20160408.063028
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 1 Apr 2016 09:24:39 +0000 (18:24 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Fri, 1 Apr 2016 09:34:32 +0000 (18:34 +0900)
Change-Id: If2dde0c8673eea317b065e7f91a2f7bc1e7bb3ad

default-fonts-fc-sdk.init.sh [deleted file]
packaging/default-fonts-fc-sdk.spec

diff --git a/default-fonts-fc-sdk.init.sh b/default-fonts-fc-sdk.init.sh
deleted file mode 100755 (executable)
index b659f69..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-## Copy conf files from %{TZ_SYS_ETC}/fonts/conf.avail/ to %{TZ_SYS_RO_ETC}/fonts/conf.avail/
-cp -p /opt/etc/fonts/conf.avail/*.conf /etc/fonts/conf.avail/
index 00ad69d..4c861a7 100644 (file)
@@ -25,8 +25,6 @@ export FONT_CONF_FILE_2="10-hinting-slight.conf"
 
 ## TZ_SYS_RO_ETC: /etc, TZ_SYS_ETC: /opt/etc/
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{TZ_SYS_RO_ETC}/fonts/conf.avail/
-mkdir -p %{buildroot}%{TZ_SYS_RO_ETC}/opt/init/ && cp -a default-fonts-fc-sdk.init.sh %{buildroot}%{TZ_SYS_RO_ETC}/opt/init/
 mkdir -p %{buildroot}%{TZ_SYS_RO_ETC}/fonts/conf.d/
 mkdir -p %{buildroot}%{TZ_SYS_ETC}/fonts/conf.avail/ && cp -a sdk_fonts_fc/* %{buildroot}%{TZ_SYS_ETC}/fonts/conf.avail/
 ln -s %{TZ_SYS_ETC}/fonts/conf.avail/$FONT_CONF_FILE_1 %{buildroot}%{TZ_SYS_RO_ETC}/fonts/conf.d/$FONT_CONF_FILE_1
@@ -35,7 +33,6 @@ ln -s %{TZ_SYS_ETC}/fonts/conf.avail/$FONT_CONF_FILE_2 %{buildroot}%{TZ_SYS_RO_E
 %post
 chown root:users %{TZ_SYS_ETC}/fonts/conf.avail/*.conf
 chmod 664 %{TZ_SYS_ETC}/fonts/conf.avail/*.conf
-%{TZ_SYS_RO_ETC}/opt/init/default-fonts-fc-sdk.init.sh
 chsmack -a '*' %{TZ_SYS_ETC}/fonts/conf.avail/*.conf
 
 %files
@@ -43,6 +40,4 @@ chsmack -a '*' %{TZ_SYS_ETC}/fonts/conf.avail/*.conf
 %defattr(-,root,root,-)
 %{TZ_SYS_ETC}/fonts/conf.avail/*.conf
 %{TZ_SYS_RO_ETC}/fonts/conf.d/*.conf
-%{TZ_SYS_RO_ETC}/opt/init/default-fonts-fc-sdk.init.sh
-%{TZ_SYS_RO_ETC}/fonts/conf.avail/
 %exclude %{TZ_SYS_RO_ETC}/fonts/conf.d/documentation.list