#!/bin/sh set -e case "$1" in remove) rm -f /etc/rogcore.conf ;; *) ;; esac #DEBHELPER# exit 0