File indexing completed on 2025-01-05 04:00:17
0001 #!/bin/sh 0002 0003 # SPDX-FileCopyrightText: 2015-2024 by Gilles Caulier <caulier dot gilles at gmail dot com> 0004 # 0005 # SPDX-License-Identifier: BSD-3-Clause 0006 # 0007 0008 export MYDK="`pwd`\\bundle" 0009 export KDEHOME=$MYDK 0010 #export KDESYCOCA=$MYDK\\kbuildsycoca5 0011 export XDG_DATA_DIRS=$MYDK\\share\\xdg\\ 0012 export KDEDIRS=$MYDK 0013 export KDEDIR=$MYDK 0014 export WINEPATH=$MYDK\\:$WINEPATH 0015 0016 cd ../bundle 0017 0018 wine64 kbuildsycoca5 0019 wine64 showfoto 0020