File: libklibc-dev.preinst

package info (click to toggle)
klibc 2.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,204 kB
  • sloc: ansic: 48,657; asm: 2,204; perl: 693; makefile: 220; sh: 177
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