Skip to content
Snippets Groups Projects
Commit b8ffa59a authored by Ralf Jung's avatar Ralf Jung
Browse files

opam: fix uninstall

parent af37201f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -11,7 +11,7 @@ build: [ ...@@ -11,7 +11,7 @@ build: [
[make "-j%{jobs}%"] [make "-j%{jobs}%"]
] ]
install: [make "install"] install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/coq-stdpp'" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/stdpp'" ]
depends: [ depends: [
"coq" { ((>= "8.5.3" & < "8.7~") | (= "dev"))} "coq" { ((>= "8.5.3" & < "8.7~") | (= "dev"))}
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment