File: libllvm-ocaml-dev.preinst

package info (click to toggle)
llvm-defaults 0.25
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80 kB
  • ctags: 29
  • sloc: makefile: 183; sh: 45
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#