pkgsrc-wip/hs-x11-extras/DEINSTALL
Emil Sköldberg d567e5078f Missing Haskell bindings to the X11 graphics library.
The binding is a direct translation of the C binding; for documentation
of these calls, refer to The Xlib Programming Manual, available online at
http://tronche.com/gui/x/xlib/
2007-05-18 12:30:20 +00:00

7 lines
123 B
Text

PKGVERSION=@PKGVERSION@
case ${STAGE} in
POST-DEINSTALL)
ghc-pkg unregister X11-extras-${PKGVERSION}
;;
esac