index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-30 14:26:27 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-30 14:26:27 +0200 |
commit | 9a9adf144246b20f099bf1f9cb77f85aaee0a58c (patch) | |
tree | c6ffcb54e7aa4dbe505b7e08d4bb300f243acb27 /build-support/ghc90-bin/ghc.install | |
parent | 6787c449e3af79abb1a9ac472896796e02777802 (diff) |
-rw-r--r-- | build-support/ghc90-bin/ghc.install | 10 |
diff --git a/build-support/ghc90-bin/ghc.install b/build-support/ghc90-bin/ghc.install deleted file mode 100644 index 68eed631..00000000 --- a/build-support/ghc90-bin/ghc.install +++ /dev/null @@ -1,10 +0,0 @@ -pre_upgrade() { - echo '==> Unregistering cabalized packages...' - [[ -d /usr/share/haskell-ghc-9.0 ]] && find /usr/share/haskell-ghc-9.0 -maxdepth 2 -name 'unregister.sh' -exec {} \; - echo '==> Done.' -} - -post_upgrade() { - echo '==> All cabalized packages need to be reinstalled now.' - echo '==> See /usr/share/haskell-ghc-9.0/ and ghc-pkg-9.0 list --user for a tentative list of affected packages.' -} |