Skip to content

Commit

Permalink
Update opkginstall.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 authored Jun 3, 2021
1 parent 0f8dc6d commit a37964b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/common/patches/opkginstall.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

--- a/package/base-files/files/lib/functions.sh
+++ b/package/base-files/files/lib/functions.sh
@@ -199,6 +199,11 @@ default_prerm() {
@@ -199,6 +199,10 @@ default_prerm() {
fi
done

Expand All @@ -35,7 +35,7 @@
return $ret
}

@@ -250,6 +254,9 @@ default_postinst() {
@@ -250,6 +254,10 @@ default_postinst() {
ret=$?
fi

Expand Down

0 comments on commit a37964b

Please sign in to comment.