[Pkg-lyx-devel] svn commit: r408 - /lyx/trunk/debian/lyx-common.preinst
hoaxter-guest at users.alioth.debian.org
hoaxter-guest at users.alioth.debian.org
Wed Dec 12 18:22:30 UTC 2007
Author: hoaxter-guest
Date: Wed Dec 12 18:22:30 2007
New Revision: 408
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=408
Log:
Put the correct version - 1.4.5.1 into lyx-common.preinst
Modified:
lyx/trunk/debian/lyx-common.preinst
Modified: lyx/trunk/debian/lyx-common.preinst
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/lyx-common.preinst?rev=408&op=diff
==============================================================================
--- lyx/trunk/debian/lyx-common.preinst (original)
+++ lyx/trunk/debian/lyx-common.preinst Wed Dec 12 18:22:30 2007
@@ -21,7 +21,7 @@
case "$1" in
install|upgrade)
- if dpkg --compare-versions "$2" le "1.5.2"; then
+ if dpkg --compare-versions "$2" le "1.4.5.1"; then
rm_conffile lyx-common "/etc/lyxrc"
fi
esac
More information about the Pkg-lyx-devel
mailing list