[Pkg-haskell-commits] darcs: haskell-gio: Remove preinst script, not require with clean ghc-pkg database

Joachim Breitner mail at joachim-breitner.de
Tue May 31 14:47:51 UTC 2011


Tue Mar 29 17:51:50 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove preinst script, not require with clean ghc-pkg database
  Ignore-this: 972afecdec9113418f0ca8f3d02ccbdd

    M ./changelog +1
    R ./libghc-gio-dev.preinst

Tue Mar 29 17:51:50 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove preinst script, not require with clean ghc-pkg database
  Ignore-this: 972afecdec9113418f0ca8f3d02ccbdd
diff -rN -u old-haskell-gio//changelog new-haskell-gio//changelog
--- old-haskell-gio//changelog	2011-05-31 14:47:51.705277113 +0000
+++ new-haskell-gio//changelog	2011-05-31 14:47:51.717277769 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Remove preinst script, not require with clean ghc-pkg database
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 29 Mar 2011 23:21:16 +0530
 
diff -rN -u old-haskell-gio//libghc-gio-dev.preinst new-haskell-gio//libghc-gio-dev.preinst
--- old-haskell-gio//libghc-gio-dev.preinst	2011-05-31 14:47:51.705277113 +0000
+++ new-haskell-gio//libghc-gio-dev.preinst	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-if [ "$1" = "upgrade" ]
-then
-    ghc-pkg unregister --force gio-`echo $2 | sed 's/-.*//'` \
-        > /dev/null 2>&1 \
-        || true
-fi





More information about the Pkg-haskell-commits mailing list