This file is indexed.

/usr/share/doc/plugins/thunar/install-gnome.sh is in pacpl 5.0.1-1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
#
# Thunar Perl Audio Converter Context Menu Script

CONFIG=${HOME}/.config/Thunar/uca.xml

# Insert lines at end of Thunars $CONFIG
sed -i 's/<\/actions>//' $CONFIG
sed -i '/^$/d' $CONFIG
echo "
<action>
 	<icon>/usr/share/icons/pacpl.png</icon>
	<name>Perl Audio Converter</name>
 	<command>/usr/share/pacpl/bin/PACPL-Convert %F</command>
 	<description>Linux Audio Converter / Tagger/ Ripper</description>
 	<patterns>*</patterns>
 	<directories/>
 	<audio-files/>
 	<video-files/>
</action>
</actions>
" >> $CONFIG
sed -i '/^$/d' $CONFIG