From 788cb5ae57a226f51e6971586e90f762b4f9f447 Mon Sep 17 00:00:00 2001 From: Adam Tunnic Date: Thu, 25 Nov 2021 23:56:34 -0500 Subject: [PATCH] fix postinst --- DEBIAN/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 62693fe2d3..244f5622dd 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -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