Updated debian-dist and debian package scripts from 2.6 branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-06-01 22:22:02 +00:00
parent 2d4c14ab56
commit 6de5430bc6
23 changed files with 690 additions and 148 deletions

View File

@@ -1,7 +1,9 @@
#! /bin/sh
set -e
update-alternatives --install /usr/bin/wx-config wx-config /usr/lib/wx/config/gtk2-unicode-release-=V 85
update-alternatives --install /usr/bin/wx-config wx-config \
/usr/lib/wx/config/gtk2-unicode-release-=V \
$(( =PRIO * 10 + 8 ))
#DEBHELPER#