summaryrefslogtreecommitdiff
path: root/testing/ghc/ghc.install
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:15:15 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:15:15 -0300
commitcc66c2ff866631ece4d699b041f83444988e8ad2 (patch)
treef62461cced2b9808ba2ffb42d7bcc11c57accd00 /testing/ghc/ghc.install
parent437136a9d1b78ff4eea10589099d343c305b9d43 (diff)
Removing unused repos
Diffstat (limited to 'testing/ghc/ghc.install')
-rw-r--r--testing/ghc/ghc.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/ghc/ghc.install b/testing/ghc/ghc.install
deleted file mode 100644
index 7d56083bc..000000000
--- a/testing/ghc/ghc.install
+++ /dev/null
@@ -1,19 +0,0 @@
-pkgname=ghc
-
-pre_upgrade() {
- cat << EOF
- ==> Unregistering cabalized packages...
-EOF
- cd /usr/share/haskell/ && (for a in *; do ghc-pkg unregister --force $a &> /dev/null; done; cd - > /dev/null )
- cat << EOF
- ==> Done.
-EOF
-
-}
-
-post_upgrade() {
- cat << EOF
- ==> All cabalized and yaourt-installed packages need to be reinstalled now.
- ==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.
-EOF
-}