From bef3803d8e6f5c4396aa3c43b0776b9794b1343f Mon Sep 17 00:00:00 2001 From: Manuel M T Chakravarty Date: Thu, 28 Feb 2008 05:07:07 +0000 Subject: [PATCH] MacOS installer: Uninstaller must be able to deal with ATiger receipts --- distrib/MacOS/installer-scripts/Uninstaller | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distrib/MacOS/installer-scripts/Uninstaller b/distrib/MacOS/installer-scripts/Uninstaller index 678fce8..696d571 100644 --- a/distrib/MacOS/installer-scripts/Uninstaller +++ b/distrib/MacOS/installer-scripts/Uninstaller @@ -68,6 +68,8 @@ echo "Removing ${INSTALL_DEST}/GHC.framework" rm -rf ${INSTALL_DEST}/GHC.framework echo "Removing package recipt" +# The first is for Leopard packages and the second for Tiger packages. rm -f /Library/Receipts/boms/org.haskell.glasgowHaskellCompiler.ghc.pkg.bom +rm -rf /Library/Receipts/ghc.pkg echo "${INSTALL_DEST}/GHC.framework has been purged!" -- 1.7.10.4