projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Rebake after Mac bundle change.
[wxWidgets.git]
/
debian
/
libwxmsw-dbg.postinst
Commit
Line
Data
4fb788e4
RL
1
#! /bin/sh
2
set -e
3
6de5430b
RD
4
update-alternatives --install /usr/bin/wx-config wx-config \
5
/usr/lib/wx/config/=H-msw-ansi-debug-=V \
6
$(( =PRIO * 10 + 2 ))
4fb788e4
RL
7
8
#DEBHELPER#
9