File: libpcap0.8-dev.preinst

package info (click to toggle)
libpcap 1.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,960 kB
  • sloc: ansic: 47,283; sh: 3,440; makefile: 1,008; lex: 599; python: 254; asm: 227; cpp: 198
file content (10 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

# Remove old symlink, if it exists
if [ -L /usr/share/doc/libpcap-dev ]; then
	rm -f /usr/share/doc/libpcap-dev
fi

#DEBHELPER#