projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Fix broken and missing DataView interface items for Phoenix
[wxWidgets.git]
/
debian
/
libwxmsw-dbg.postinst
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
1
#! /bin/sh
2
set -e
3
4
update-alternatives --install /usr/bin/wx-config wx-config \
5
/usr/lib/wx/config/=H-msw-ansi-debug-=V \
6
$(( =PRIO * 10 + 2 ))
7
8
#DEBHELPER#
9