This file is indexed.

/usr/share/kobo-deluxe/sfx/boltfire2e.agw is in kobodeluxe-data 0.5.1-6.

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
24
25
26
27
28
29
30
/////////////////////////////////////////////
// Bolt Fire 2 - End (*after* last shot)
// Copyright (C) 2003, 2007 David Olofson
/////////////////////////////////////////////

w_format target, MONO16, 32000;
w_blank target, 16000, 0;

//tecno squeal
w_env AMPLITUDE,
		.1,	.05,
		.4,	0;
w_env MOD1,
		0,	.2,
		.5,	0;
w_env FREQUENCY,
		0,	4000,
		.5,	2000;
w_osc target, SINE;
w_env FREQUENCY,
		0,	2200,
		.5,	1100;
w_osc target, SINE;
w_env MOD1,
		0,	.5,
		.5,	0;
w_env FREQUENCY,
		0,	600,
		.5,	300;
w_osc target, SINE;