2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-19 21:25:38 +00:00

CommonAddon, PatcherAddon: further minor improvements

This commit is contained in:
Christopher Roy Bratusek 2018-09-08 22:00:46 +02:00
parent 05a8918296
commit 50d5da9772
2 changed files with 4 additions and 4 deletions

View File

@ -154,10 +154,10 @@ postrestore_action () {
case "${1}" in case "${1}" in
backup) backup)
(backup_action) & backup_action
;; ;;
restore) restore)
(restore_action) & restore_action
;; ;;
pre-backup) pre-backup)
# Stub # Stub
@ -169,7 +169,7 @@ case "${1}" in
# Stub # Stub
;; ;;
post-restore) post-restore)
(postrestore_action) & postrestore_action
;; ;;
esac esac

View File

@ -110,7 +110,7 @@ case "${1}" in
# Stub # Stub
;; ;;
post-restore) post-restore)
(NanoDroidPatcher) & NanoDroidPatcher
;; ;;
esac esac