Skip to content
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

Move /usr/share/scanservjs to /var/lib #697

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Move /usr/share/scanservjs to /var/lib #697

merged 1 commit into from
Nov 17, 2023

Conversation

sbs20
Copy link
Owner

@sbs20 sbs20 commented Nov 17, 2023

Closes #695

This is, unfortunately, a breaking change. But it's worth doing sooner rather than later.

Run the following after installing the new version

sudo mv -v /usr/share/scanservjs/* /var/lib/scanservjs/
sudo rm -rfv /usr/share/scanservjs

It will report an error for the preview directory, but that's fine.

Closes #695

This is, unfortunately, a breaking change. But it's worth doing sooner rather than later.

Run the following after installing the new version

```sh
sudo mv -v /usr/share/scanservjs/* /var/lib/scanservjs/
sudo rm -rfv /usr/share/scanservjs
```

It will report an error for the preview directory, but that's fine.
@sbs20 sbs20 self-assigned this Nov 17, 2023
@sbs20 sbs20 merged commit bfc2c72 into master Nov 17, 2023
1 check passed
@sbs20 sbs20 deleted the iss695 branch November 17, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/usr/share must not be touched at runtime
1 participant