glutanimate / PDFMtEd

View and modify PDF metadata on Linux graphically
GNU General Public License v3.0
191 stars 22 forks source link

Update uninstall.sh #18

Closed ifohancroft closed 3 years ago

ifohancroft commented 3 years ago

Changing /usr/local/ to /usr/ solves a lot of problems:

  1. The problem with the folder not existing on some systems
  2. Some distros don't allow the use of /usr/local/share/ and propose the usage of /usr/share/ instead

This way, it can be installed on every system without the problems.

ifohancroft commented 3 years ago

That's what I get for trying to edit directly on here. I'm closing this PR and will open a new proper one that edits both install.sh and uninstall.sh