#!/usr/bin/env sh

lensfun-update-data

if [ $? -eq 2 ] ; then
    pkexec lensfun-update-data
fi
