10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
update-alternatives --install /usr/bin/wx-config wx-config \
|
||
|
/usr/lib/wx/config/base-unicode-release-=V \
|
||
|
$(( =PRIO * 10 + 7 ))
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|