updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / mingw32-wxmsw / wxmsw.install
blobe0c93406ddb06ba77f90b660c068f689864027f4
1 post_install() {
2         cat << _EOF
3 >>> Be aware that wx-config is in /usr/i486-mingw32/bin
4 >>> If you have Arch's wxGTK on your system you could symlink to that wx-config!
5 >>> ln -s /usr/i486-mingw32/lib/wx/config/* /usr/lib/wx/config/
7 _EOF
10 post_remove() {
11         cat << _EOF
12 >>> If you symlinked to wx-config of wxGTK you shouldn't forget to remove that.
13 >>> rm /usr/lib/wx/config/i486-mingw32-msw*
14 _EOF
17 op=$1
18 shift
19 [ "$(type -t "$op")" = "function" ] && $op "$@"