File: libklibc-dev.preinst

package info (click to toggle)
klibc 2.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,284 kB
  • sloc: ansic: 48,551; asm: 2,480; perl: 765; makefile: 216; sh: 176
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