Skip to content

Commit

Permalink
Merge pull request #60 from jonludlam/master
Browse files Browse the repository at this point in the history
Fix uninstall of netdev and tapctl
  • Loading branch information
lindig authored Mar 27, 2017
2 parents b23d00e + 3849cdc commit 83b6984
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/xs-extra/xapi-netdev.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ install: [
[make "install" "BINDIR=%{bin}%"]
]
remove: [
["oasis" "setup"]
[make "uninstall" "BINDIR=%{bin}%"]
["ocamlfind" "remove" "netdev"]
]
available: [ os = "linux" ]
Expand Down
1 change: 0 additions & 1 deletion packages/xs-extra/xapi-tapctl.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install: [
]
remove: [
["ocamlfind" "remove" "tapctl"]
[make "uninstall" "BINDIR=%{bin}%"]
]
depends: [
"ocamlfind"
Expand Down

0 comments on commit 83b6984

Please sign in to comment.