diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 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 |