aboutsummaryrefslogtreecommitdiff
path: root/net/iplog/pkg-deinstall
blob: 74714b2298757d49a2bfa7e778f5b18ca02d2fa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
#	$FreeBSD: $
#

#set -vx

PKG_PREFIX=${PKG_PREFIX:=/usr/local}

case $2 in
	DEINSTALL)
		:
		;;
	POST-DEINSTALL)
		/bin/rm -rf /var/run/iplog
		;;

esac