diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-11-14 22:44:52 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-11-14 22:44:52 +0000 |
commit | 7bc9bf78ef992e679d1ea1e5c550014020c01d44 (patch) | |
tree | 0003c7f938d4206e02cd1675172c99ddfe4cedd8 /debian/rules | |
parent | 9a0d10fd028b25ac3aaf7a4e7b23b68ece07d7b1 (diff) |
postinst is no longer built from postinst.in
Diffstat (limited to 'debian/rules')
-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 |