pkgsrc/x11/wxhaskell/DEINSTALL
dholland 0dd64a1e7d Turn on DESTDIR mode, clear BROKEN.
Deploy a pile of horrible hacks to more or less fix the build; this
version of this package does not seem to be fully compatible with even
the ancient ghc we have in pkgsrc.

Bump PKGREVISION.
2013-12-14 08:26:30 +00:00

10 lines
162 B
Bash

#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2013/12/14 08:26:30 dholland Exp $
case ${STAGE} in
DEINSTALL)
ghc-pkg unregister wx
ghc-pkg unregister wxcore
;;
esac