projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Applied patch [ 850594 ] wxFileName(_T("/fred")).GetFullPath() asserts
[wxWidgets.git]
/
debian
/
libwxgtk-univ.postinst
This page requires JavaScript to run. Use
this page
instead.
0 / 11 ( 0%)
Commit
Line
Data
1
#! /bin/sh
2
set -e
3
4
update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtkuniv-=V-config 50
5
6
if [ "$1" = "configure" ]; then
7
ldconfig
8
fi
9
10
#DEBHELPER#
11