aboutsummaryrefslogtreecommitdiff
path: root/games/unnethack/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/unnethack/files/pkg-deinstall.in')
-rw-r--r--games/unnethack/files/pkg-deinstall.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/unnethack/files/pkg-deinstall.in b/games/unnethack/files/pkg-deinstall.in
deleted file mode 100644
index 8a0725bf3dc9..000000000000
--- a/games/unnethack/files/pkg-deinstall.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ "$2" = "POST-DEINSTALL" -a -d "%%DATADIR%%" ]; then
- echo ""
- echo " If slashem is being removed permanently, please remove"
- echo ""
- echo " %%DATADIR%%"
- echo ""
-fi