Skip to content

Commit

Permalink
add missing uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jan 8, 2020
1 parent e62b7a8 commit eda7a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/magisk_module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
. $TMPDIR/verify.sh

ui_print "- Extracting module files"
vunzip -o "$ZIPFILE" 'module.prop' 'post-fs-data.sh' -d "$MODPATH"
vunzip -o "$ZIPFILE" 'module.prop' 'post-fs-data.sh' 'uninstall.sh' -d "$MODPATH"

mkdir -p "$RIRU_PATH/modules"

Expand Down

0 comments on commit eda7a8a

Please sign in to comment.