#!/bin/bash set -e # $HeadURL$ $LastChangedRevision$ case "$1" in configure) lockfile-remove -l /tmp/udi.lock ;; abort-upgrade) ;; abort-remove) ;; abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac exit 0