summaryrefslogtreecommitdiff
path: root/debian/src.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/src.postinst')
-rw-r--r--debian/src.postinst20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/src.postinst b/debian/src.postinst
deleted file mode 100644
index d7181d8..0000000
--- a/debian/src.postinst
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-
-# This code is old, and no longer needed
-#if [ "$1" = "configure" ]; then
-# if [ -d /usr/doc -a ! -e /usr/doc/ucspi-tcp-src -a -d /usr/share/doc/ucspi-tcp-src ]; then
-# ln -sf ../share/doc/ucspi-tcp-src /usr/doc/ucspi-tcp-src
-# fi
-#fi
-
-# Below removed at the request of Thomas Huriaux BUG#402339
-#echo ""
-#echo "To build #PACKAGE# binary package, you have to run"
-#echo ""
-#echo " build-#PACKAGE#"
-#echo ""
-
-#echo -n "Press ENTER to continue..."
-#read blah
-
-exit 0