/usr/share/bug/wine64-development-preloader/script is in wine64-development-preloader 3.6-1.
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 | #!/bin/sh
if [ -e /usr/bin/wine ]; then
echo "/usr/bin/wine points to $(readlink -f /usr/bin/wine)." >&3
else
echo "/usr/bin/wine does not exist." >&3
fi
|