~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to debian/libwxgtk-dbg.postinst

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
set -e
 
3
 
 
4
update-alternatives --install /usr/bin/wx-config wx-config              \
 
5
                              /usr/lib/wx/config/gtk2-unicode-debug-=V  \
 
6
                              $(( =PRIO * 10 + 6 ))
 
7
 
 
8
#DEBHELPER#
 
9