#!/bin/bash
set -e
if [ "$1" = "remove" ]; then
    update-desktop-database -q /usr/share/applications
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
fi