mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
@@ -82,8 +82,8 @@ class Clamtk < Package
|
||||
if Dir.exist? config_dir
|
||||
puts 'WARNING: This will remove all clamtk config!'.orange
|
||||
print "Would you like to remove the #{config_dir} directory? [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.".lightgreen
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user