aboutsummaryrefslogtreecommitdiff
path: root/debian/ssh-agent-filter.postrm
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2015-09-06 21:18:20 +0200
committerTimo Weingärtner <timo@tiwe.de>2015-09-06 21:51:59 +0200
commit46e662806afd894147dafafa399ee62031d256dd (patch)
tree66e8c673d2fed449de137b5ceda20030c31be0eb /debian/ssh-agent-filter.postrm
parenta8aa7fe87f05ccf9d00bf158b1787ba9355d0b66 (diff)
downloadssh-agent-filter-46e662806afd894147dafafa399ee62031d256dd.tar.gz
install bash_completions manually, clean up conffile from prior versions
Diffstat (limited to 'debian/ssh-agent-filter.postrm')
-rw-r--r--debian/ssh-agent-filter.postrm7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/ssh-agent-filter.postrm b/debian/ssh-agent-filter.postrm
new file mode 100644
index 0000000..fda1b84
--- /dev/null
+++ b/debian/ssh-agent-filter.postrm
@@ -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#