Removed the behavior of changing request type when sending signal 61/237961/5
authorIlho Kim <ilho159.kim@samsung.com>
Fri, 19 Jun 2020 04:59:48 +0000 (13:59 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Wed, 22 Jul 2020 10:42:25 +0000 (19:42 +0900)
commit84eb8864b58da72e200ead563ab84f02af410398
treed306a9a7876bbe984ae6298891261d29a8d671b0
parent6388c19d7963af2943c23f21576b0e901d2df75b
Removed the behavior of changing request type when sending signal

Changing request_type when installing multiple packages
can affect the request type of other packages

ex) When performing multiple recovery with 'b' option,
    original request_type is PKGMGR_REQ_RECOVER
    but if the first recovery is about update,
    the second recovery will perform update, not recovery

Change-Id: I1dd2c011aac131902eb2d11b1894bd8283590630
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
installer/pkgmgr_installer.c