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:
9
debian/libwxbase-dev.postinst
vendored
Normal file
9
debian/libwxbase-dev.postinst
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /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#
|
||||
|
Reference in New Issue
Block a user