ports/net-mgmt/smokeping/files/pkg-deinstall.in
Lars Thegler 58af4c38fb by switching to using $USERS & $GROUPS pkg-install is no longer required
pkg-deinstall only needs to handle the removal of the .pid file
use @stopdaemon to stop smoking instead of invoking smokeping stop manually by pkg-deinstall
use bsd.port.options.mk
use SUB_FILES to update pkg-message

PR:		ports/143182
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2010-02-15 12:53:24 +00:00

9 lines
228 B
Bash

#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/net-mgmt/smokeping/files/pkg-deinstall.in,v 1.1 2010-02-15 12:53:24 lth Exp $
#
if [ -f ${PKG_PREFIX}/var/smokeping/smokeping.pid ]; then
rm ${PKG_PREFIX}/var/smokeping/smokeping.pid
fi