This file is indexed.

/usr/share/kconf_update/akregator-15.08-kickoff.sh is in akregator 4:16.04.3-4~deb9u1.

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
#!/bin/sh

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