summaryrefslogtreecommitdiff
path: root/games/domination
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-07-27 16:40:11 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-07-27 16:40:11 +0200
commitdfbc9ac7162a30a13f1c1c3540ff46becd66d33b (patch)
treeeb3c1e85393c86987e05dedd19c72a65c05a78b2 /games/domination
parentwww/piwigo: use pkg-message to show message on remove (diff)
games/domination: remove unused pkg-deinstall file
Diffstat (limited to 'games/domination')
-rw-r--r--games/domination/files/pkg-deinstall.in15
1 files changed, 0 insertions, 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