Revert "New post script: generic-prepatch-backup.post" 70/183770/1 submit/tizen/20180719.035548 submit/tizen/20180719.061716
authorSunmin Lee <sunm.lee@samsung.com>
Mon, 9 Apr 2018 05:54:06 +0000 (14:54 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 5 Jul 2018 01:39:56 +0000 (10:39 +0900)
The password backup is handled by factory-reset-backup currently.
(This reverts commit 48080560365283b516dfd3feed24df46d0e7d434.)

Change-Id: Ib98a2028e1effe03af4ba0305583f04b578fac04

scripts/generic-prepatch-backup.post [deleted file]

diff --git a/scripts/generic-prepatch-backup.post b/scripts/generic-prepatch-backup.post
deleted file mode 100644 (file)
index a251667..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-echo "#################### generic-prepatch-backup.post ####################"
-
-if [ -e $INSTALL_ROOT/usr/lib/initrd-recovery/fota/backup-passwd.sh ]; then
-       $INSTALL_ROOT/usr/lib/initrd-recovery/fota/backup-passwd.sh
-fi