Neue Version V963

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_RawTherapee@5933 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-01-03 10:48:06 +00:00
commit 1a07d486db
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
PATH=$PATH:/opt/RawTherapee
export PATH

View File

@ -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=

6
tmp/postinstall Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
cd /opt/kde/share/applnk
update-desktop-database Graphics
update-desktop-database
cd -

6
tmp/postremove Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
cd /opt/kde/share/applnk
update-desktop-database .
update-desktop-database
cd -