#!/bin/sh set -e case "$1" in configure|reconfigure) rm -f /usr/lib/guestfs/supermin.d/base.img.gz ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # Automatically added by dh_installdeb/12.1.1 dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/guestfish 1:1.20.6-2\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/guestfish-bash-completion.sh 1.21.31-1\~ -- "$@" # End automatically added section exit 0