File: libllvm-ocaml-dev.preinst

package info (click to toggle)
llvm-defaults 0.47
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: makefile: 288; sh: 46
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

# handle symlink to directory conversion (#736311)
DOCDIR=/usr/share/doc/libllvm-ocaml-dev
if [ -L $DOCDIR ] ; then
  rm $DOCDIR
fi

#DEBHELPER#