From 5e0a235541327b9f54def57572a091689f53655d Mon Sep 17 00:00:00 2001 From: kueller Date: Thu, 25 Feb 2010 11:36:57 +0000 Subject: [PATCH] =?UTF-8?q?Mehrere=20Aufrufe=20f=C3=BCr=20update-desktop-d?= =?UTF-8?q?atabase=20sind=20anscheinend=20notwendig,=20damit=20die=20Menus?= =?UTF-8?q?=20tats=C3=A4chelich=20updaten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_RawTherapee@5409 504e572c-2e33-0410-9681-be2bf7408885 --- tmp/postinstall | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tmp/postinstall b/tmp/postinstall index f60a46e..a918e98 100644 --- a/tmp/postinstall +++ b/tmp/postinstall @@ -1,3 +1,7 @@ #!/bin/bash -update-desktop-database /opt/kde/share/applnk +cd /opt/kde/share/applnk +update-desktop-database . +update-desktop-database Graphics +update-desktop-database +cd -