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