mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix removing packages (#9771)
This commit is contained in:
committed by
GitHub
parent
fe3eba4fd4
commit
c522b1744a
@@ -23,7 +23,7 @@ class Command
|
||||
pkg.preremove
|
||||
|
||||
# Remove the files and directories installed by the package.
|
||||
unless pkg.is_fake
|
||||
unless pkg.is_fake?
|
||||
Dir.chdir CREW_CONFIG_PATH do
|
||||
# Remove all files installed by the package.
|
||||
File.foreach(File.join(CREW_META_PATH, "#{pkg.name}.filelist"), chomp: true) do |line|
|
||||
|
||||
Reference in New Issue
Block a user