Skip to content

Commit 4595efc

Browse files
author
Jan Rochel
committed
opam: remove unnecessary remove command
1 parent 6215031 commit 4595efc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

opam

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ build: [
3939
[make]
4040
]
4141
install: [make "install"]
42-
remove: [
43-
["rm" "-rf" "%{lib}%/ocsigenserver"]
44-
["rm" "-rf" "%{doc}%/ocsigenserver"]
45-
["rm" "-f" "%{man}%/man1/ocsigenserver.1"]
46-
]
4742
depends: [
4843
"ocaml" {>= "4.06.1"}
4944
"ocamlfind"
@@ -68,4 +63,3 @@ conflicts: [
6863
"camlzip" {< "1.04"}
6964
"pgocaml" {< "2.2"}
7065
]
71-
flags: light-uninstall

0 commit comments

Comments
 (0)