generated from Zackptg5/MMT-Extended
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomize.sh
More file actions
executable file
·29 lines (24 loc) · 1.21 KB
/
customize.sh
File metadata and controls
executable file
·29 lines (24 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##########################################################################################
#
# Framework Patcher V2 Config Script
#
##########################################################################################
##########################################################################################
# Framework Files Replacement
##########################################################################################
REPLACE="
"
##########################################################################################
# Permissions
##########################################################################################
set_permissions() {
# Set proper permissions for framework files
set_perm_recursive $MODPATH/system/framework 0 0 0755 0644 u:object_r:system_file:s0
set_perm_recursive $MODPATH/system/system_ext/framework 0 0 0755 0644 u:object_r:system_file:s0
}
##########################################################################################
# MMT Extended Logic - Don't modify anything after this
##########################################################################################
SKIPUNZIP=1
unzip -qjo "$ZIPFILE" 'common/functions.sh' -d $TMPDIR >&2
. $TMPDIR/functions.sh