mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
#!/bin/sh
|
|
#
|
|
# $NetBSD: INSTALL,v 1.1 2013/12/14 08:26:30 dholland Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
ghc-pkg register ${PREFIX}/lib/wxcore.pkg
|
|
ghc-pkg register ${PREFIX}/lib/wx.pkg
|
|
;;
|
|
esac
|