/usr/bin/g-lensfun-update-data is in liblensfun-bin 0.3.2-4.
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 | #!/usr/bin/env sh
lensfun-update-data
if [ $? -eq 2 ] ; then
gksudo lensfun-update-data
fi
|