File: prerm

package info (click to toggle)
dhcpcd 0.70-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 276 kB
  • ctags: 270
  • sloc: ansic: 2,300; sh: 391; makefile: 93
file content (7 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ -x /etc/init.d/dhcpc ]; then
	/etc/init.d/dhcpc stop
fi

#DEBHELPER#