Commit 34d823bc authored by Ed Reel's avatar Ed Reel Committed by GitHub

Remove meson postinstall section (#4750)

parent a5d0c919
......@@ -27,8 +27,4 @@ class Meson < Package
def self.install
system "python3 setup.py install --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}"
end
def self.postinstall
system "pip3 install --upgrade --force-reinstall meson==#{version}"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment