/usr/bin/tracker-control is in tracker 1.6.2-0ubuntu1.
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 8 | #!/bin/sh
#export TRACKER_OLD_CMD=`echo $0 | sed 's/^[./]*//'`
export TRACKER_OLD_CMD=`basename $0`
echo "WARNING: The '$TRACKER_OLD_CMD' command is no longer available." > /dev/stderr
echo "WARNING: Use 'tracker <command> [<args>]' instead...\n" > /dev/stderr
/usr/bin/tracker $@
|