diff options
Diffstat (limited to 'testing/ghc/ghc.install')
-rw-r--r-- | testing/ghc/ghc.install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ghc/ghc.install b/testing/ghc/ghc.install deleted file mode 100644 index c0200e4a6..000000000 --- a/testing/ghc/ghc.install +++ /dev/null @@ -1,10 +0,0 @@ -pre_upgrade() { - echo '==> Unregistering cabalized packages...' - [[ -d /usr/share/haskell ]] && find /usr/share/haskell -maxdepth 2 -name 'unregister.sh' -exec {} \; - echo '==> Done.' -} - -post_upgrade() { - echo '==> All cabalized packages need to be reinstalled now.' - echo '==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.' -} |