blob: a09d50a4f97c10a67b685c787d3fc56e3ff4a062 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: DEINSTALL,v 1.2 2004/05/02 17:50:05 xtraeme Exp $
case "$2" in
DEINSTALL) rmdir 2>/dev/null @@SERVICEDIR@@ || cat <<EOF
=============================================================
Your service directory @@SERVICEDIR@@ was not removed.
If you no longer need it, remove it by hand.
=============================================================
EOF
;;
esac
|