From 7bc9bf78ef992e679d1ea1e5c550014020c01d44 Mon Sep 17 00:00:00 2001
From: Peter Palfrader <peter@palfrader.org>
Date: Sun, 14 Nov 2004 22:44:52 +0000
Subject: postinst is no longer built from postinst.in

---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c8fddbc..9b54067 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,6 @@ endif
 
 build: build-stamp
 build-stamp:
-	sed -e "s/REMAILER_LIST/$(REMAILERS)/" < debian/echolot.postinst.in > debian/echolot.postinst
 	touch build-stamp
 
 clean:
@@ -28,7 +27,6 @@ clean:
 	dh_testroot
 
 	rm -f build-stamp
-	rm -f debian/echolot.postinst
 
 	dh_clean
 
-- 
cgit v1.2.3