diff options
author | Josselin Mouette <joss@debian.org> | 2007-06-03 14:47:07 +0000 |
---|---|---|
committer | Josselin Mouette <joss@debian.org> | 2007-06-03 14:47:07 +0000 |
commit | 772a62d0026252fcd70c26c48f8c2a9440aa8218 (patch) | |
tree | 23b0f71ab84bb4e5553b2585434e2f726543109c /debian/preinst | |
parent | * New stable release; documentation and translations. (diff) | |
download | zenity-772a62d0026252fcd70c26c48f8c2a9440aa8218.tar.gz zenity-772a62d0026252fcd70c26c48f8c2a9440aa8218.tar.bz2 zenity-772a62d0026252fcd70c26c48f8c2a9440aa8218.zip |
* New upstream bugfix and translation release.
+ correctly handle UTF-8 input text in the text info dialog
(closes: #410728).
* preinst: removed now this fix has been in a stable release
(closes: #213317 by obscolescence).
* 01_manpage.patch: manual page update from Sven Arvidsson
(closes: #317726).
Diffstat (limited to 'debian/preinst')
-rw-r--r-- | debian/preinst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/preinst b/debian/preinst deleted file mode 100644 index 0c6b6fb4..00000000 --- a/debian/preinst +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh - -set -e - -if [ "install" = "$1" ] || [ "upgrade" = "$1" ]; then - if [ "`dpkg-divert --list zenity`" != "" ]; then - # I borked the divert earlier, this is left behind from gnome-utils. - rm -f /usr/bin/gdialog.real - dpkg-divert --package zenity --remove /usr/bin/gdialog - fi -fi - -#DEBHELPER# |