]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - DEINSTALL
It turned out that gcc -Os was sufficient to reduce the stage0's .text size under...
[pkgsrc-ghc.git] / DEINSTALL
1 #!/bin/sh
2 #
3 DISTNAME="@DISTNAME@"
4
5 case ${STAGE} in
6     DEINSTALL)
7         ${RM} -f ${PKG_PREFIX}/lib/${DISTNAME}/package.conf.d/package.cache
8         ;;
9 esac