12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtkuniv-=V-config 50
|
||
|
|
||
|
if [ "$1" = "configure" ]; then
|
||
|
ldconfig
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|