summaryrefslogtreecommitdiff
path: root/games/tinymux/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/tinymux/files')
-rw-r--r--games/tinymux/files/pkg-deinstall.in20
-rw-r--r--games/tinymux/files/pkg-message.in9
-rw-r--r--games/tinymux/files/tinymux.in7
3 files changed, 0 insertions, 36 deletions
diff --git a/games/tinymux/files/pkg-deinstall.in b/games/tinymux/files/pkg-deinstall.in
deleted file mode 100644
index 2b4faff226a9..000000000000
--- a/games/tinymux/files/pkg-deinstall.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ "$2" = "POST-DEINSTALL" ]; then
- echo ""
- echo ""
- echo "==============================================================================="
- echo ""
- echo "After deinstallation, some files may stay in %%DATADIR%% and"
- echo "%%ETCDIR%%, you can delete them with"
- echo ""
- echo " /bin/rm -fr %%DATADIR%%"
- echo ""
- echo " /bin/rm -fr %%ETCDIR%%"
- echo ""
- echo "==============================================================================="
- echo ""
-fi
diff --git a/games/tinymux/files/pkg-message.in b/games/tinymux/files/pkg-message.in
deleted file mode 100644
index e86917489c2d..000000000000
--- a/games/tinymux/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-===============================================================================
-
-TinyMUX has been installed.
-
-All options are given only in the config files in %%ETCDIR%%
-
-Have fun!
-
-===============================================================================
diff --git a/games/tinymux/files/tinymux.in b/games/tinymux/files/tinymux.in
deleted file mode 100644
index dba57ea7d943..000000000000
--- a/games/tinymux/files/tinymux.in
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-cd "%%DATADIR%%"
-exec ./Startmux "${@}"