mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
11 lines
162 B
Bash
11 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
|