This file is indexed.

/usr/share/kconf_update/kmail2.sh is in kmail 4:17.12.3-0ubuntu1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/bin/sh

kickoffrcname=`qtpaths --locate-file  GenericConfigLocation kickoffrc`
if [ -f "$kickoffrcname" ]; then
   sed -i "s/\/org.kde.kmail.desktop/\/org.kde.kmail2.desktop/" $kickoffrcname
fi

mimeappsname=`qtpaths --locate-file GenericConfigLocation mimeapps.list`
if [ -f "$mimeappsname" ]; then
    sed -i "s/org.kde.kmail.desktop/org.kde.kmail2.desktop/" $mimeappsname
fi