This commit is contained in:
j-hc 2023-09-23 00:36:43 +03:00
parent e5589b9942
commit 1d490b5225
No known key found for this signature in database
GPG Key ID: B69B8F690911EFCC

View File

@ -107,7 +107,6 @@ nohup cmd package compile --reset __PKGNAME >/dev/null 2>&1 &
ui_print "* Cleanup"
rm -rf $MODPATH/bin $MODPATH/__PKGNAME.apk
rm -rf $NVBASE/rvhc/__PKGNAME_rv.apk # rm this later
for s in "uninstall.sh" "service.sh"; do
sed -i "2 i\NVBASE=${NVBASE}" $MODPATH/$s