/usr/bin/saveunimap is in kbd-compat 1:0.2.3dbs-65.1ubuntu2.
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 9 10 | #! /bin/sh
echo >&2 'Warning: this is a shell wrapper; consider using consolechars(8)'
if [ $# != 1 ] ; then
echo >&2 "Usage: `basename $0` <mapfile>"
exit 1
fi
consolechars --old-sfm $1
|