8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
update-alternatives --remove wx-config /usr/bin/wxgtk-config
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|