-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upd(librewolf-app): 119.0.1-1
-> 120.0.1-1
#5058
Conversation
|
Looks to be due to the previous maintainer's removal script integrating the |
I removed |
@Elsie19 any ideas? |
it means somewhere outside of a function it's running |
@Elsie19 so how can this be fixed? |
hash="af10277447c2c469d3b6c6a4ea99460de90346edfd8515066a317a954659e0f4" | ||
;; | ||
*) return 1 ;; | ||
esac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this back to the if
instead of the case
. arch=('amd64' 'arm64')
already ensures that there will be no *)
case, and this is the only place in the script where we are using a return code. I have a feeling this is what is causing the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Giving up on post_remove
for now. This issue needs to be looked into though
#5066 |
I still can't figure out which exact change broke it |
No description provided.