[Pkg-haskell-commits] darcs: ghc: ghc6.preinst is not generated, removing .in file

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


Sat Jan 15 12:22:12 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * ghc6.preinst is not generated, removing .in file
  Ignore-this: 64d836c7167a390f45c6f133130793f3

    R ./ghc6.preinst.in

Sat Jan 15 12:22:12 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * ghc6.preinst is not generated, removing .in file
  Ignore-this: 64d836c7167a390f45c6f133130793f3
diff -rN -u old-ghc/ghc6.preinst.in new-ghc/ghc6.preinst.in
--- old-ghc/ghc6.preinst.in	2011-01-15 13:01:13.368353672 +0000
+++ new-ghc/ghc6.preinst.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-#! /bin/sh
-# preinst script for ghc6
-
-set -e
-
-case "$1" in
-    install)
-	if test -n "$2"; then
-	    if dpkg --compare-versions "$2" "<<" "6.10.3" && dpkg --compare-versions "$2" ">>" "6.10.1"; then
-		rm -f /usr/lib/ghc-6.10.1/package.conf*
-		rmdir --ignore-fail-on-non-empty /usr/lib/ghc-6.10.1
-	    fi
-	fi
-    ;;
-    upgrade|abort-upgrade)
-	exit 0
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0





More information about the Pkg-haskell-commits mailing list