#!/bin/bash set -e if [ "$1" = purge ] && [ -e /var/games/circuslinux/scorefile ]; then rm /var/games/circuslinux/scorefile fi # Automatically added by dh_installmenu/13.3.1 if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section