sbs20 / scanservjs

SANE scanner nodejs web ui
https://sbs20.github.io/scanservjs/
GNU General Public License v2.0
686 stars 137 forks source link

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

Closed sbs20 closed 7 months ago

sbs20 commented 7 months ago

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.