-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fixed rbw-agent #1084
Fixed rbw-agent #1084
Conversation
line 12 has to be changed to add the extra symlink you added to the remover script, otherwise a broken link will be left in normally that extra file is a .desktop but in this case it would be that symlink. tldr: |
programs/x86_64/rbw
Outdated
@@ -45,6 +49,7 @@ if [ "$version" != "$version0" ]; then | |||
cd .. | |||
if [ -d ./tmp/* 2>/dev/null ]; then mv --backup=t ./tmp/*/* ./; else mv --backup=t ./tmp/* ./"$APP" 2>/dev/null || mv --backup=t ./tmp/* ./; fi | |||
chmod a+x ./"$APP" || exit 1 | |||
chmod a+x ./"$APPAGENT" || exit 1 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Take the installation script for Bottles as an example
note the "remove" script (the first
...and the symlink
|
* Fixed rbw-agent (#1084) * Add reaper fix #1085 * Update reaper #1085 (comment) * Update APP-MANAGER ...add options to enable/disable notifications fix #1086 * Update README.md * Update reaper * "AM" 9.0.2, allow to use icon theme immediately after installation (#1091) * Move the function to export the icons to the main CLI * Allow use of custom icon themes after installation * Update APP-MANAGER * Update README.md --------- Co-authored-by: Federico Simonetta <[email protected]> Co-authored-by: Raul Dipeas <[email protected]>
Not tested (I have just created the symlink on my machine where I had installed it with
appman
)