mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
@@ -39,8 +39,8 @@ class Natron < Package
|
||||
config_dir = "#{HOME}/.Natron"
|
||||
if Dir.exist? config_dir
|
||||
print "Would you like to remove the config directory #{config_dir}? [y/N] "
|
||||
case $stdin.getc
|
||||
when 'y', 'Y'
|
||||
case $stdin.gets.chomp.downcase
|
||||
when 'y', 'yes'
|
||||
FileUtils.rm_rf config_dir
|
||||
puts "#{config_dir} removed.".lightred
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user