commit 1a07d486db5acaa4c71bd379906c9db046709515 Author: kueller Date: Mon Jan 3 10:48:06 2011 +0000 Neue Version V963 git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_RawTherapee@5933 504e572c-2e33-0410-9681-be2bf7408885 diff --git a/etc/sysconfig/profile.d/RawTherapee b/etc/sysconfig/profile.d/RawTherapee new file mode 100644 index 0000000..4ff3573 --- /dev/null +++ b/etc/sysconfig/profile.d/RawTherapee @@ -0,0 +1,4 @@ +#!/bin/bash + +PATH=$PATH:/opt/RawTherapee +export PATH diff --git a/opt/kde/share/applnk/Graphics/RawTherapee.desktop b/opt/kde/share/applnk/Graphics/RawTherapee.desktop new file mode 100644 index 0000000..dd1b39d --- /dev/null +++ b/opt/kde/share/applnk/Graphics/RawTherapee.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Comment=Image Editor for RAW Pictures +Exec=/opt/RawTherapee/rtstart %U +Hidden=false +Icon=/opt/RawTherapee/images/logoicon32.png +Path=/opt/RawTherapee +Terminal=0 +TerminalOptions= +Type=Application +Categories=Graphics;2DGraphics;RasterGraphics;GTK; +X-KDE-SubstituteUID=false +X-KDE-Username= diff --git a/tmp/postinstall b/tmp/postinstall new file mode 100644 index 0000000..7316506 --- /dev/null +++ b/tmp/postinstall @@ -0,0 +1,6 @@ +#!/bin/bash + +cd /opt/kde/share/applnk +update-desktop-database Graphics +update-desktop-database +cd - diff --git a/tmp/postremove b/tmp/postremove new file mode 100644 index 0000000..bda60cf --- /dev/null +++ b/tmp/postremove @@ -0,0 +1,6 @@ +#!/bin/bash + +cd /opt/kde/share/applnk +update-desktop-database . +update-desktop-database +cd -