diff options
author | simonmar <unknown> | 2001-06-12 17:09:33 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-06-12 17:09:33 +0000 |
commit | a0613af5db3c36dd56ad29a30a8425dfbde3e654 (patch) | |
tree | 97d89ed8953bcd73b053e9d7c441bd930a21c175 | |
parent | 80f3c95ce72cba62bbbafd46f6005c1d89bf68e0 (diff) | |
download | haskell-a0613af5db3c36dd56ad29a30a8425dfbde3e654.tar.gz |
[project @ 2001-06-12 17:09:33 by simonmar]
good riddance
-rw-r--r-- | ghc/mk/post-install-script | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ghc/mk/post-install-script b/ghc/mk/post-install-script deleted file mode 100644 index 3b5e08d1c6..0000000000 --- a/ghc/mk/post-install-script +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# $1 is $(platform) -# $2 is $(libdir) - -# This script is run just after installing a binary distribution, to -# generate a correct package.conf for the new installation. - -bin/$1/pkgconf install "$1" "" "NO" "readline" "$2" "" "" "" "" "" > $2/package.conf |