Skip to content

Commit b389e82

Browse files
committed
zrepl: remove postinstall
1 parent 22a45bd commit b389e82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Formula/z/zrepl.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ class Zrepl < Formula
2828

2929
def install
3030
system "go", "build", *std_go_args(ldflags: "-s -w -X github.com/zrepl/zrepl/version.zreplVersion=#{version}")
31-
end
32-
33-
def post_install
3431
(var/"log/zrepl").mkpath
3532
(var/"run/zrepl").mkpath
3633
(etc/"zrepl").mkpath

0 commit comments

Comments
 (0)