#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
  gtk-update-icon-cache -f -t /usr/share/icons/hicolor
fi



exit 0
