]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/commitdiff
Added INSTALL script
authorPHO <pho@cielonegro.org>
Thu, 24 Dec 2009 07:01:53 +0000 (16:01 +0900)
committerPHO <pho@cielonegro.org>
Thu, 24 Dec 2009 07:01:53 +0000 (16:01 +0900)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..a1c8ec4
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+
+case ${STAGE} in
+    POST-INSTALL)
+        ${PKG_PREFIX}/bin/ghc-pkg recache
+        ;;
+esac