Merge branch 'master' into squeeze
[debian/amanda] / debian / amanda-server.postinst
diff --git a/debian/amanda-server.postinst b/debian/amanda-server.postinst
deleted file mode 100644 (file)
index 45d8772..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-update-inetd --group "OTHER" --add "amandaidx stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amindexd amindexd -auth=bsd amdump amindexd amidxtaped"
-update-inetd --group "OTHER" --add "amidxtape stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amidxtaped amidxtaped -auth=bsd amdump amindexd amidxtaped"
-
-#DEBHELPER#