aboutsummaryrefslogtreecommitdiff
path: root/debian/ssh-agent-filter.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ssh-agent-filter.preinst')
-rw-r--r--debian/ssh-agent-filter.preinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/ssh-agent-filter.preinst b/debian/ssh-agent-filter.preinst
new file mode 100644
index 0000000..fda1b84
--- /dev/null
+++ b/debian/ssh-agent-filter.preinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/ssh-agent-filter 0.4.1-1~ -- "$@"
+
+#DEBHELPER#