projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
rearrainging a few things
[wxWidgets.git]
/
debian
/
libwxbase-msw-dev.postinst
Commit
Line
Data
3a922bb4
RL
1
#! /bin/sh
2
set -e
3
4
update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxbase-=V-=H-config 40
5
6
#DEBHELPER#
7