#! /bin/sh # postremoval script for apt-file set -e; if [ "purge" = "$1" ]; then rm -fr /var/cache/apt/apt-file/ rm -f /var/lib/update-notifier/user.d/apt-file-update fi; # Automatically added by dh_installdeb/12 dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/apt-file 3.0\~exp -- "$@" dpkg-maintscript-helper rm_conffile /etc/apt/apt-file.conf 3.0\~exp -- "$@" # End automatically added section