Skip to content

Commit

Permalink
fix postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tunnic committed Nov 26, 2021
1 parent 6798ed2 commit 788cb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if [ -d '/private/preboot/procursus' ]; then
export PREFIX=/private/preboot/procursus
fi

mkdir $PREFIX/usr/share/pojavlauncher
chown -R 501:501 $PREFIX/usr/share/pojavlauncher
chmod -R 0755 $PREFIX/usr/share/pojavlauncher

Expand Down

0 comments on commit 788cb5a

Please sign in to comment.