File: llvm.preinst

package info (click to toggle)
llvm-defaults 0.51%2Bnmu5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: makefile: 300; sh: 46
file content (10 lines) | stat: -rw-r--r-- 150 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 (#720149)
DOCDIR=/usr/share/doc/llvm
if [ -L $DOCDIR ] ; then
  rm $DOCDIR
fi

#DEBHELPER#