pkgsrc-wip/hs-x11/DEINSTALL
Emil Sköldberg 553c93bdcd A Haskell binding 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:28:30 +00:00

7 lines
116 B
Text

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