File: prerm.udhcpd

package info (click to toggle)
udhcp 0.9.6-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 288 kB
  • ctags: 321
  • sloc: ansic: 2,426; makefile: 151; sh: 105
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh -e

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a \
		-L /usr/doc/udhcpd ]; then
	rm -f /usr/doc/udhcpd
fi