File: llvm-dev.preinst

package info (click to toggle)
llvm-defaults 0.64
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 164 kB
  • sloc: makefile: 393; sh: 46
file content (10 lines) | stat: -rw-r--r-- 154 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/llvm-dev
if [ -L $DOCDIR ] ; then
  rm $DOCDIR
fi

#DEBHELPER#