diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-09 13:14:54 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-09 13:45:11 +0100 |
commit | 39b419433059d68b4a8f75b356b9e8ab604e2a3b (patch) | |
tree | fbfb5ef689e17d60c662be7985f1aa5ce083ec5b /debian/nyancat-server.postinst | |
parent | f902994c0c98eaed57e3a2cd8237b1d535145a7e (diff) | |
download | nyancat-39b419433059d68b4a8f75b356b9e8ab604e2a3b.tar.gz |
Split package into nyancat and nyancat-server
Diffstat (limited to 'debian/nyancat-server.postinst')
-rw-r--r-- | debian/nyancat-server.postinst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/nyancat-server.postinst b/debian/nyancat-server.postinst new file mode 100644 index 0000000..c723125 --- /dev/null +++ b/debian/nyancat-server.postinst @@ -0,0 +1,9 @@ +#!/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# |