#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "configure" ]; then
    # cache the application data
    update-app-install || true
fi


