From 6d6d0e5372fe6cd50893b878e8e130eb344a3813 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 27 Oct 2016 14:19:01 -0400 Subject: [PATCH] remove java popup stupidity --- custompkg/scripts/postinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custompkg/scripts/postinstall b/custompkg/scripts/postinstall index 0af475d..81a0834 100755 --- a/custompkg/scripts/postinstall +++ b/custompkg/scripts/postinstall @@ -7,3 +7,5 @@ touch "$3"/var/db/.AppleSetupDone chmod a+rx "$3"/usr/local/bin/* chmod -R a+rX "$3"/etc/skel +# silence stupid java-not-installed popups: +rm -rf "$3"/System/Library/Frameworks/JavaVM.framework