File: libklibc-dev.preinst

package info (click to toggle)
klibc 2.0.8-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,448 kB
  • sloc: ansic: 48,201; asm: 2,473; perl: 769; makefile: 212; sh: 167
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

#DEBHELPER#

BASEDIR=/usr/lib/klibc/include/
# these are shipped symlinks to linux-libc-dev and not directories
if [ -d ${BASEDIR}linux ] || [ -d ${BASEDIR}asm ]; then
	rm -rf ${BASEDIR}linux ${BASEDIR}asm*
fi