File indexing completed on 2024-06-23 05:14:07

0001 #!/bin/sh
0002 
0003 kickoffrcname=`qtpaths --locate-file  GenericConfigLocation kickoffrc`
0004 if [ -f "$kickoffrcname" ]; then
0005    sed -i "s/\/kleopatra.desktop/\/org.kde.kleopatra.desktop/" $kickoffrcname
0006 fi