From d0f9f00dbcca27a5882bac52521a8b8718994eea Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 30 Dec 2021 09:26:50 +0100 Subject: [PATCH] Do no longer provide /usr/include/caml symlink --- debian/ocaml.postinst.in | 8 -------- debian/ocaml.postrm | 6 ------ debian/ocaml.preinst | 8 -------- 3 files changed, 22 deletions(-) delete mode 100644 debian/ocaml.postinst.in delete mode 100644 debian/ocaml.postrm delete mode 100644 debian/ocaml.preinst diff --git a/debian/ocaml.postinst.in b/debian/ocaml.postinst.in deleted file mode 100644 index 156f5d66..00000000 --- a/debian/ocaml.postinst.in +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e - -if [ "$1" = "configure" ]; then - ln -sf @OCamlStdlibDir@/caml /usr/include/ -fi - -#DEBHELPER# diff --git a/debian/ocaml.postrm b/debian/ocaml.postrm deleted file mode 100644 index 3dc4359e..00000000 --- a/debian/ocaml.postrm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e - -rm -f /usr/include/caml - -#DEBHELPER# diff --git a/debian/ocaml.preinst b/debian/ocaml.preinst deleted file mode 100644 index c7e4af2d..00000000 --- a/debian/ocaml.preinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e - -if [ ! -h /usr/include/caml ] && [ -e /usr/include/caml ]; then - echo "WARNING, /usr/include/caml is not a symlink !!!!" -fi - -#DEBHELPER# -- 2.30.2