[Pkg-haskell-commits] darcs: haskell-configfile: Playing around with basics
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:35:30 UTC 2013
Sat Oct 23 21:06:52 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Playing around with basics
Ignore-this: c1c75a110e6af372e09b59f078575f7a
Keywords:
(jgoerzen at complete.org--projects/missingh--head--1.0--patch-105)
R ./libghc6-missingh-dev.postinst.debhelper
R ./libghc6-missingh-dev.prerm.debhelper
Sat Oct 23 21:06:52 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Playing around with basics
Ignore-this: c1c75a110e6af372e09b59f078575f7a
Keywords:
(jgoerzen at complete.org--projects/missingh--head--1.0--patch-105)
diff -rN -u old-haskell-configfile//libghc6-missingh-dev.postinst.debhelper new-haskell-configfile//libghc6-missingh-dev.postinst.debhelper
--- old-haskell-configfile//libghc6-missingh-dev.postinst.debhelper 2013-01-04 14:35:26.422747718 +0000
+++ new-haskell-configfile//libghc6-missingh-dev.postinst.debhelper 1970-01-01 00:00:00.000000000 +0000
@@ -1,26 +0,0 @@
-# Automatically added by dh_haskell
-GHC=ghc-6.2.1
-CONFIGFILE=/usr/lib/haskell-packages/ghc6/lib/MissingH-0.4.0/installed-pkg-config
-
-
-case "$1" in
- configure)
- /usr/lib/$GHC/bin/ghc-pkg -g --add-package \
- < $CONFIGFILE
-
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-
-
-# arch-tag: haskell-devscripts generic GHC postinst template
-# End automatically added section
diff -rN -u old-haskell-configfile//libghc6-missingh-dev.prerm.debhelper new-haskell-configfile//libghc6-missingh-dev.prerm.debhelper
--- old-haskell-configfile//libghc6-missingh-dev.prerm.debhelper 2013-01-04 14:35:26.422747718 +0000
+++ new-haskell-configfile//libghc6-missingh-dev.prerm.debhelper 1970-01-01 00:00:00.000000000 +0000
@@ -1,25 +0,0 @@
-# Automatically added by dh_haskell
-
-GHC=ghc-6.2.1
-CONFIGFILE=/usr/lib/haskell-packages/ghc6/lib/MissingH-0.4.0/installed-pkg-config
-CABALNAME=MissingH
-
-
-
-case "$1" in
- remove|upgrade|deconfigure)
- /usr/lib/$GHC/bin/ghc-pkg -r $CABALNAME
- rm -vf /usr/lib/haskell-packages/ghc6/lib/MissingH-0.4.0/HSMissingH-0.4.0.o
-
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-
-# arch-tag: haskell-devscripts generic GHC prerm template
-# End automatically added section
More information about the Pkg-haskell-commits
mailing list