git: dfbc9ac7162a - main - games/domination: remove unused pkg-deinstall file

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Wed, 27 Jul 2022 14:40:18 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dfbc9ac7162a30a13f1c1c3540ff46becd66d33b

commit dfbc9ac7162a30a13f1c1c3540ff46becd66d33b
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-07-27 14:40:11 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-07-27 14:40:11 +0000

    games/domination: remove unused pkg-deinstall file
---
 games/domination/files/pkg-deinstall.in | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/games/domination/files/pkg-deinstall.in b/games/domination/files/pkg-deinstall.in
deleted file mode 100644
index a3c5ddb86cd6..000000000000
--- a/games/domination/files/pkg-deinstall.in
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "POST-DEINSTALL" ]; then
-    echo ""
-    echo ""
-    echo "==============================================================================="
-    echo ""
-    echo "After deinstallation, some files may stay in %%DATADIR%%,"
-    echo "you can delete them with"
-    echo ""
-    echo "    /bin/rm -fr %%DATADIR%%"
-    echo ""
-    echo "==============================================================================="
-    echo ""
-fi