Skip to content

Commit

Permalink
Prusaslicer: add explicit creation of /usr/local/share/applications
Browse files Browse the repository at this point in the history
necessary until pi-apps has a concept of "early runonce-entries" in updates. The problem is we don't want all runonce-entries to run before updates but some (like the addition of /opt and /usr/localshare/applications) we do want to run early
  • Loading branch information
theofficialgman committed Jul 29, 2023
1 parent 3e0ee9b commit 1690a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/PrusaSlicer/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sudo chown root:root /opt/PrusaSlicer.AppImage || error "Failed to set appimage

enable_module fuse || exit 1

sudo mkdir -p /usr/local/share/applications
echo "[Desktop Entry]
Name=PrusaSlicer
GenericName=3D Printing Software
Expand Down
1 change: 1 addition & 0 deletions apps/PrusaSlicer/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sudo chown root:root /opt/PrusaSlicer.AppImage || error "Failed to set appimage

enable_module fuse || exit 1

sudo mkdir -p /usr/local/share/applications
echo "[Desktop Entry]
Name=PrusaSlicer
GenericName=3D Printing Software
Expand Down

0 comments on commit 1690a7b

Please sign in to comment.