aboutsummaryrefslogtreecommitdiff
path: root/debian/ssh-agent-filter.postrm
blob: fda1b844049e6509ba688140a43bfc14e9d6c22f (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/ssh-agent-filter 0.4.1-1~ -- "$@"

#DEBHELPER#