From a29d3921698a562492716d8f9f82fbd7249d0bbb Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Wed, 28 Jul 2021 20:31:17 +0900 Subject: [PATCH] halapi: Delete unused code to make directory %{TZ_SYS_RO_ETC}/hal is not used directory then delete unused behavior to keep clean code. Change-Id: Icc7a1085ab42fc2018ab5deb5e29bd5e983a8fea Signed-off-by: Seungha Son --- packaging/hal-api-common.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packaging/hal-api-common.spec b/packaging/hal-api-common.spec index 332b249..55ad46f 100644 --- a/packaging/hal-api-common.spec +++ b/packaging/hal-api-common.spec @@ -89,11 +89,6 @@ rm -rf %{buildroot} /sbin/ldconfig chsmack -a "System" -t %{hal_rpmdb_checker_path} -if [ ! -d %{TZ_SYS_RO_ETC} ] -then - mkdir -p %{TZ_SYS_RO_ETC}/hal -fi - %postun /sbin/ldconfig -- 2.7.4