1
0

Added own versions of startup scripts

This commit is contained in:
acn128
2015-04-11 20:39:36 +02:00
parent 280a6c72a8
commit db8ecf35f3
5 changed files with 11 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ src_install() {
for i in pdfoverlay printcomworker ecodmssinglesignon ecodmsprinthandler ecodmsclient; do
doexe opt/ecodms/ecodmsclient/$i
done
doexe opt/ecodms/ecodmsclient/*.sh
doexe ${FILES}/ecodmsclient.sh ${FILES}/ecodmsconmgr.sh
make_desktop_entry ${ECOHOME}/ecodmsconmgr.sh "ecoDMS Connection Manager" ${ECOHOME}/icons/signon.png Office "Path=${ECOHOME}\nStartupNotify=true"
make_desktop_entry ${ECOHOME}/ecodmsclient.sh "ecoDMS Client" ${ECOHOME}/icons/ecodms.png Office "Path=${ECOHOME}\nStartupNotify=true"

View File

@@ -0,0 +1,3 @@
#!/bin/sh
ECOHOME="/opt/ecodms/ecodmsclient"
LD_LIBRARY_PATH=${ECOHOME} ${ECOHOME}/ecodmsclient &

View File

@@ -0,0 +1,3 @@
#!/bin/sh
ECOHOME="/opt/ecodms/ecodmsclient"
LD_LIBRARY_PATH=${ECOHOME} ${ECOHOME}/ecodmssinglesignon &