projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added support for building non-Unicode packages which can be installed in parallel...
[wxWidgets.git]
/
debian
/
libwxbase-dev.postinst
1
#! /bin/sh
2
set -e
3
4
update
-alternatives --install
/
usr
/
bin
/
wx
-config
wx
-config
\
5
/
usr
/
lib
/
wx
/
config
/
base
-unicode-release-
=
V \
6
$(( =PRIO * 10 + 7 )
)
7
8
#DEBHELPER#
9