[Pkg-haskell-commits] darcs: ghc: Remove duplicate ghc-pkg recache command

Joachim Breitner mail at joachim-breitner.de
Sat Jan 15 13:01:15 UTC 2011


Sat Jan 15 13:01:08 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove duplicate ghc-pkg recache command
  Ignore-this: 2387533d5d1f56af464998bebc338413

    M ./ghc.postinst.in -1

Sat Jan 15 13:01:08 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove duplicate ghc-pkg recache command
  Ignore-this: 2387533d5d1f56af464998bebc338413
diff -rN -u old-ghc/ghc.postinst.in new-ghc/ghc.postinst.in
--- old-ghc/ghc.postinst.in	2011-01-15 13:01:15.504466267 +0000
+++ new-ghc/ghc.postinst.in	2011-01-15 13:01:15.508466478 +0000
@@ -37,7 +37,6 @@
 
 case "$1" in
     configure|abort-upgrade|abort-remove|abort-deconfigure)
-	$bindir/ghc-pkg recache --global
 	if [ -n "$NEED_INTERPRETER" ] ; then
             update-alternatives \
 		--install $execdir/runhaskell runhaskell $execdir/runghc 8600000600 \





More information about the Pkg-haskell-commits mailing list