#!/bin/sh -e

if command -v update-menus >/dev/null 2>&1; then update-menus; fi

if [ "$1" = "purge" ]; then
  rm -rf /etc/joe
fi
