0dd64a1e7d
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.
10 lines
162 B
Bash
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
|