git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11790
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
--- /dev/null
+usr/bin
+usr/lib/wx/include/gtkuniv-=V/wx
+usr/share/man/man1
+
--- /dev/null
+usr/share/man/man1/wx-config.1.gz usr/share/man/man1/wxgtkuniv-=V-config.1.gz
+
--- /dev/null
+#! /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#
+
--- /dev/null
+#! /bin/sh
+set -e
+
+update-alternatives --remove wx-config /usr/bin/wxgtkuniv-=V-config
+
+#DEBHELPER#
+