games/domination: remove unused pkg-deinstall file

This commit is contained in:
Baptiste Daroussin 2022-07-27 16:40:11 +02:00
parent 536675537f
commit dfbc9ac716

View file

@ -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