Commit 668bb7f6 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add postinstall section for message

parent e7ada8ad
......@@ -22,6 +22,9 @@ class Fop < Package
system "echo 'cd $PWD' >> fop"
system "chmod +x fop"
end
end
def self.postinstall
puts
puts "To complete the installation, set the environment variable as follows:".lightblue
puts "echo 'export JAVA_HOME=#{CREW_LIB_PREFIX}/jdk8' >> ~/.bashrc && source ~/.bashrc".lightblue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment