summaryrefslogtreecommitdiff
path: root/debian/gammu.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gammu.postrm')
-rwxr-xr-xdebian/gammu.postrm14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/gammu.postrm b/debian/gammu.postrm
new file mode 100755
index 0000000..832a7d6
--- /dev/null
+++ b/debian/gammu.postrm
@@ -0,0 +1,14 @@
+#! /bin/sh
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile ; then
+ dpkg-maintscript-helper rm_conffile \
+ /etc/bash_completion.d/gammu 1.36.5-1 gammu -- "$@"
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0