script : remove upgrade script 86/143486/1 submit/tizen/20170811.083904
authorKichan Kwon <k_c.kwon@samsung.com>
Thu, 10 Aug 2017 06:14:54 +0000 (15:14 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Thu, 10 Aug 2017 06:14:54 +0000 (15:14 +0900)
- No more support 2.4 -> 3.0 upgrade

Change-Id: Ifb2024a432fa5593f27d7d154f5ba4bcb5300cef
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
packaging/capi-system-info.spec
script/500.system_info_upgrade.sh.in [deleted file]

index 4e946df..f02d808 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:           capi-system-info
 Version:        0.2.1
-Release:        1
+Release:        2
 License:        Apache-2.0
 Summary:        A System Information library in Core API
 Group:          System/API
diff --git a/script/500.system_info_upgrade.sh.in b/script/500.system_info_upgrade.sh.in
deleted file mode 100644 (file)
index 9dc4d51..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-#--------------------------------------------#
-# system-info patch for upgrade (2.4 -> 3.0) #
-#--------------------------------------------#
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-mkdir -p @SHARED_PATH@
-chown root:system_share @SHARED_PATH@
-chmod 775 @SHARED_PATH@
-chsmack -a "System::Shared" -t @SHARED_PATH@
-
-/usr/bin/tizen_id &