From 2c945cd914550233ed352ff195afeb4dd793f122 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Feb 2010 03:05:17 +0000 Subject: Added abandoned KDE3 version of Kile git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kile@1088055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kile2.0-1_upd.pl | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/kile2.0-1_upd.pl (limited to 'src/kile2.0-1_upd.pl') diff --git a/src/kile2.0-1_upd.pl b/src/kile2.0-1_upd.pl new file mode 100644 index 0000000..cf19a13 --- /dev/null +++ b/src/kile2.0-1_upd.pl @@ -0,0 +1,58 @@ +#!/usr/bin/perl + +# dani 15.09.2006 + +# first delete some groups and keys, if they exist +print "# DELETEGROUP [Tool/Convert/eps2png]\n"; +print "# DELETEGROUP [Tool/Convert/pdf2png]\n"; +print "# DELETEGROUP [Tool/DVItoPNG/Default]\n"; +print "# DELETEGROUP [Tool/DVItoPS/dvi2eps]\n"; +print "# DELETE [Tools]Convert\n"; +print "# DELETE [Tools]DVItoPNG\n"; +print "# DELETE [ToolsGUI]Convert\n"; +print "# DELETE [ToolsGUI]DVItoPNG\n"; +print "# DELETE [ToolsGUI]ViewBib\n"; + +# now filter the configuration file +print <