#! /bin/sh set -e if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then rm -f /usr/share/applications/bamf.index fi