mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
@@ -44,8 +44,8 @@ class Ferdi < Package
|
||||
config_dir = "#{HOME}/.config/autostart"
|
||||
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