pkgsrc/sysutils/daemontools/DEINSTALL

17 lines
377 B
Text
Raw Normal View History

#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:53:02 zuntum Exp $
#
case "$2" in
DEINSTALL) rmdir 2>/dev/null @@SERVICEDIR@@ || cat <<EOF
=============================================================
Note that /service directory was not removed. If you
no longer need it, remove it by hand.
=============================================================
EOF
;;
esac