#!/bin/sh set -e case "$1" in install|upgrade) ;; *) echo "preinst called with unknown argument" >&2 exit 1 ;; esac #DEBHELPER# exit 0