aboutsummaryrefslogtreecommitdiffstats
path: root/debian/nyancat-server.postinst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/nyancat-server.postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/nyancat-server.postinst b/debian/nyancat-server.postinst
deleted file mode 100644
index c723125..0000000
--- a/debian/nyancat-server.postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Set up nyancat
-update-inetd --group OTHER --add \
- '#<off># telnet\t\tstream\ttcp\tnowait\tnobody\t/usr/bin/nyancat\tnyancat -t'
-
-#DEBHELPER#