summaryrefslogtreecommitdiff
path: root/gammu.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'gammu.postinst')
-rwxr-xr-xgammu.postinst14
1 files changed, 14 insertions, 0 deletions
diff --git a/gammu.postinst b/gammu.postinst
new file mode 100755
index 0000000..832a7d6
--- /dev/null
+++ b/gammu.postinst
@@ -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