]>
Commit | Line | Data |
---|---|---|
07eb77a6 RL |
1 | #! /bin/sh |
2 | set -e | |
3 | ||
ceec2216 RL |
4 | update-alternatives --install /usr/bin/wx-config wx-config /usr/lib/wx/config/gtk2-unicode-release-=V 70 |
5 | update-alternatives --install /usr/bin/wx-config wx-config /usr/lib/wx/config/gtk2-unicode-release-=V-static 60 | |
07eb77a6 RL |
6 | |
7 | #DEBHELPER# | |
8 |