2018-02-27 14:42:14 +00:00
|
|
|
#!/system/bin/sh
|
2019-04-23 09:46:32 +00:00
|
|
|
# Do NOT assume where your module will be located.
|
|
|
|
# ALWAYS use $MODDIR if you need to know where this script
|
|
|
|
# and module is placed.
|
|
|
|
# This will make sure your module will still work
|
|
|
|
# if Magisk change its mount point in the future
|
2018-02-27 14:42:14 +00:00
|
|
|
MODDIR=${0%/*}
|
|
|
|
|
2019-04-23 09:46:32 +00:00
|
|
|
# This script will be executed in post-fs-data mode
|