+++ /dev/null
-#!/bin/sh
-set -e
-
-if [ ! -e /usr/local/lib/ocaml ]; then
- if mkdir /usr/local/lib/ocaml 2>/dev/null; then
- chown root:staff /usr/local/lib/ocaml
- chmod 2775 /usr/local/lib/ocaml
- fi
-fi
-if [ ! -e /usr/local/lib/ocaml/@OCamlABI@ ]; then
- if mkdir /usr/local/lib/ocaml/@OCamlABI@ 2>/dev/null; then
- chown root:staff /usr/local/lib/ocaml/@OCamlABI@
- chmod 2775 /usr/local/lib/ocaml/@OCamlABI@
- fi
-fi
-if [ ! -e /usr/local/lib/ocaml/@OCamlABI@/stublibs ]; then
- if mkdir /usr/local/lib/ocaml/@OCamlABI@/stublibs 2>/dev/null; then
- chown root:staff /usr/local/lib/ocaml/@OCamlABI@/stublibs
- chmod 2775 /usr/local/lib/ocaml/@OCamlABI@/stublibs
- fi
-fi
-
-for i in /usr/lib/ocaml/3.06 /etc/ocaml /var/lib/ocaml; \
-do \
- if [ -e $i/ld.conf ]; then \
- echo "Removing leftover $i/ld.conf"; \
- rm -f $i/ld.conf; \
- rmdir --ignore-fail-on-non-empty $i; \
- fi; \
-done
-
-#DEBHELPER#
+++ /dev/null
-#!/bin/sh
-set -e
-
-rmdir /usr/local/lib/ocaml/@OCamlABI@/stublibs 2>/dev/null || true
-rmdir /usr/local/lib/ocaml/@OCamlABI@ 2>/dev/null || true
-rmdir /usr/local/lib/ocaml 2>/dev/null || true
-
-#DEBHELPER#
--- /dev/null
+#!/bin/sh
+set -e
+
+if [ ! -e /usr/local/lib/ocaml ]; then
+ if mkdir /usr/local/lib/ocaml 2>/dev/null; then
+ chown root:staff /usr/local/lib/ocaml
+ chmod 2775 /usr/local/lib/ocaml
+ fi
+fi
+if [ ! -e /usr/local/lib/ocaml/@OCamlABI@ ]; then
+ if mkdir /usr/local/lib/ocaml/@OCamlABI@ 2>/dev/null; then
+ chown root:staff /usr/local/lib/ocaml/@OCamlABI@
+ chmod 2775 /usr/local/lib/ocaml/@OCamlABI@
+ fi
+fi
+if [ ! -e /usr/local/lib/ocaml/@OCamlABI@/stublibs ]; then
+ if mkdir /usr/local/lib/ocaml/@OCamlABI@/stublibs 2>/dev/null; then
+ chown root:staff /usr/local/lib/ocaml/@OCamlABI@/stublibs
+ chmod 2775 /usr/local/lib/ocaml/@OCamlABI@/stublibs
+ fi
+fi
+
+#DEBHELPER#
--- /dev/null
+#!/bin/sh
+set -e
+
+rmdir /usr/local/lib/ocaml/@OCamlABI@/stublibs 2>/dev/null || true
+rmdir /usr/local/lib/ocaml/@OCamlABI@ 2>/dev/null || true
+rmdir /usr/local/lib/ocaml 2>/dev/null || true
+
+#DEBHELPER#
+++ /dev/null
-#!/bin/sh
-set -e
-
-if [ "$1" = "configure" ]; then
- ln -sf @OCamlStdlibDir@/caml /usr/include/
-
- # Save Emacs conffiles from previous ocaml versions
- for f in ocaml ocaml-nox ; do
- file="/etc/emacs/site-start.d/50$f.el"
- if [ -e "$file" ]; then
- mv "$file" "$file.save"
- fi
- done
-fi
-
-#DEBHELPER#
+++ /dev/null
-#!/bin/sh
-set -e
-
-rm -f /usr/include/caml
-
-#DEBHELPER#
+++ /dev/null
-#!/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#
--- /dev/null
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+ ln -sf @OCamlStdlibDir@/caml /usr/include/
+fi
+
+#DEBHELPER#
--- /dev/null
+#!/bin/sh
+set -e
+
+rm -f /usr/include/caml
+
+#DEBHELPER#
--- /dev/null
+#!/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#