mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove postinstall message
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
9f0bab603f
commit
70e12f8474
@@ -11,6 +11,8 @@ class Weather < Package
|
||||
|
||||
def self.build
|
||||
system "echo 'setpath = $HOME/.weather:#{CREW_PREFIX}/data/weather' >> weatherrc"
|
||||
system "if [ ! -d $HOME/.weather ]; then mkdir $HOME/.weather; fi"
|
||||
system "if [ ! -f $HOME/.weather/weatherrc ]; then cp weatherrc $HOME/.weather; fi"
|
||||
end
|
||||
|
||||
def self.install
|
||||
@@ -31,14 +33,5 @@ class Weather < Package
|
||||
system "cp weatherrc #{CREW_DEST_PREFIX}/etc"
|
||||
system "cp weather.1 #{CREW_DEST_PREFIX}/man/man1"
|
||||
system "cp weatherrc.5 #{CREW_DEST_PREFIX}/man/man5"
|
||||
#end
|
||||
|
||||
# uncomment after PR #1110 is merged
|
||||
#def self.postinstall
|
||||
puts
|
||||
puts "To complete the installation, execute the following:".lightblue
|
||||
puts "mkdir $HOME/.weather".lightblue
|
||||
puts "cp #{CREW_PREFIX}/etc/weatherrc $HOME/.weather".lightblue
|
||||
puts
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user