This file is indexed.

preinst is in virtuoso-opensource-6.1 6.1.6+repack-0ubuntu9.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

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

set -e

FILE_INI="/etc/virtuoso-opensource-6.1/virtuoso.ini"

# /etc/virtuoso-opensource-6.1/virtuoso.ini was a conffile in older
# versions of this package
dpkg-maintscript-helper rm_conffile \
	$FILE_INI '6.1.4+dfsg1-1~' 'virtuoso-opensource-6.1' -- "$@"